summaryrefslogtreecommitdiff
path: root/bower.json
blob: 5009bc8fbe6ddf5b92529f9c9c18ad5c45497f11 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "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",
    "jquery": "~3.1.0",
    "font-awesome": "~4.6.3",
    "Ionicons": "ionicons#~2.0.1",
    "reveal.js": "~3.3.0",
    "jquery-mousewheel": "~3.1.13",
    "spin.js": "~2.3.2",
    "moment": "~2.14.1",
    "handlebars": "~4.0.5",
    "js-url": "~2.3.0",
    "socket.io-client": "~1.4.8",
    "viz.js": "~1.3.0",
    "js-yaml": "~3.6.1",
    "to-markdown": "~3.0.1",
    "lz-string": "~1.4.4",
    "raphael": "~2.2.1",
    "flowchart": "~1.6.3",
    "xss": "~0.2.13",
    "markdown-it": "^7.0.0",
    "markdown-it-abbr": "^1.0.4",
    "markdown-it-footnote": "^3.0.1",
    "markdown-it-deflist": "^2.0.1",
    "markdown-it-mark": "^2.0.0",
    "markdown-it-ins": "^2.0.0",
    "markdown-it-sub": "^1.0.0",
    "markdown-it-sup": "^1.0.0",
    "markdown-it-container": "^2.0.0",
    "mermaid": "^6.0.0",
    "MathJax": "^2.6.1",
    "octicons": "~3.5.0",
    "velocity": "^1.2.3",
    "highlightjs": "^9.5.0",
    "lodash": "^4.14.1",
    "randomcolor": "randomColor#^0.4.4",
    "file-saver": "FileSaver#^1.3.1",
    "Idle.Js": "idle.js#^1.0.0",
    "js-cookie": "^2.1.2",
    "list.js": "^1.2.0",
    "store-js": "store.js#^1.3.20",
    "string": "^3.3.1",
    "visibilityjs": "^1.2.3",
    "pdfobject": "pdfobject2#*",
    "gist-embed": "*",
    "keymaster": "^1.6.3",
    "prism": "^1.5.1"
  },
  "resolutions": {
    "jquery": "~3.1.0"
  }
}