HackMD/bower.json

54 lines
1.3 KiB
JSON

{
"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",
"Ionicons": "ionicons#~2.0.1",
"reveal.js": "~3.2.0",
"gsap": "greensock#~1.18.0",
"jquery-mousewheel": "~3.1.13",
"spin.js": "~2.3.2",
"moment": "~2.12.0",
"handlebars": "~4.0.5",
"js-url": "~2.3.0",
"socket.io-client": "~1.4.5",
"viz.js": "~1.3.0",
"js-yaml": "~3.6.0",
"to-markdown": "~3.0.0",
"lz-string": "~1.4.4",
"raphael": "~2.2.0",
"flowchart": "~1.6.2",
"xss": "~0.2.10",
"markdown-it": "^6.0.1",
"markdown-it-abbr": "^1.0.3",
"markdown-it-footnote": "^2.0.0",
"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": "^0.5.8",
"MathJax": "^2.6.1",
"octicons": "^3.5.0"
}
}