summaryrefslogtreecommitdiff
path: root/bower.json
blob: 728a220b8a9b78c62055a2afad4ab3ba3e4b2c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "hackmd",
  "description": "Realtime collaborative markdown notes on all platforms.",
  "main": "app.js",
  "license": "MIT",
  "homepage": "https://github.com/hackmdio/hackmd",
  "moduleType": [
    "node"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "bootstrap": "~3.3.7",
    "font-awesome": "~4.6.3",
    "Ionicons": "ionicons#~2.0.1",
    "reveal.js": "~3.3.0",
    "spin.js": "~2.3.2",
    "moment": "~2.14.1",
    "handlebars": "~4.0.5",
    "js-yaml": "~3.6.1",
    "raphael": "~2.2.1",
    "xss": "~0.2.13",
    "mermaid": "^6.0.0",
    "MathJax": "^2.6.1",
    "octicons": "~3.5.0",
    "velocity": "^1.2.3",
    "randomcolor": "randomColor#^0.4.4",
    "Idle.Js": "idle.js#^1.0.0",
    "gist-embed": "*"
  },
  "resolutions": {
    "jquery": "~3.1.0"
  }
}