summaryrefslogtreecommitdiff
path: root/bower.json
blob: da93a2a5399644b1706c1170ad055e074d034498 (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
{
  "name": "hackmd",
  "description": "Realtime collaborative markdown notes on all platforms.",
  "main": "app.js",
  "authors": [
    "jackycute"
  ],
  "license": "MIT",
  "homepage": "https://github.com/hackmdio/hackmd",
  "moduleType": [
    "node"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "bootstrap": "~3.3.6",
    "jquery": "~1.11.3",
    "font-awesome": "~4.5.0",
    "reveal.js": "~3.2.0",
    "gsap": "greensock#~1.18.0",
    "jquery-mousewheel": "~3.1.13",
    "spin.js": "~2.3.2",
    "moment": "~2.10.6",
    "handlebars": "~4.0.5",
    "js-url": "~2.0.2",
    "socket.io-client": "~1.3.7",
    "viz.js": "~1.3.0"
  }
}