2015-11-29 06:50:53 +00:00
|
|
|
{
|
|
|
|
"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",
|
2015-11-29 07:00:41 +00:00
|
|
|
"jquery": "~1.11.3",
|
2016-05-11 06:33:12 +00:00
|
|
|
"font-awesome": "~4.6.2",
|
2016-04-20 08:28:18 +00:00
|
|
|
"Ionicons": "ionicons#~2.0.1",
|
2015-11-29 06:50:53 +00:00
|
|
|
"reveal.js": "~3.2.0",
|
|
|
|
"gsap": "greensock#~1.18.0",
|
|
|
|
"jquery-mousewheel": "~3.1.13",
|
|
|
|
"spin.js": "~2.3.2",
|
2016-03-15 03:14:00 +00:00
|
|
|
"moment": "~2.12.0",
|
2015-11-29 06:50:53 +00:00
|
|
|
"handlebars": "~4.0.5",
|
2016-03-15 03:14:00 +00:00
|
|
|
"js-url": "~2.3.0",
|
|
|
|
"socket.io-client": "~1.4.5",
|
2016-01-12 14:01:42 +00:00
|
|
|
"viz.js": "~1.3.0",
|
2016-04-20 10:15:48 +00:00
|
|
|
"js-yaml": "~3.6.0",
|
|
|
|
"to-markdown": "~3.0.0",
|
2016-01-31 21:35:17 +00:00
|
|
|
"lz-string": "~1.4.4",
|
2016-04-20 10:15:48 +00:00
|
|
|
"raphael": "~2.2.0",
|
2016-02-17 04:08:44 +00:00
|
|
|
"flowchart": "~1.6.2",
|
2016-02-22 00:58:06 +00:00
|
|
|
"xss": "~0.2.10",
|
2016-04-20 10:15:48 +00:00
|
|
|
"markdown-it": "^6.0.1",
|
2016-02-22 00:58:06 +00:00
|
|
|
"markdown-it-abbr": "^1.0.3",
|
|
|
|
"markdown-it-footnote": "^2.0.0",
|
2016-03-15 03:14:00 +00:00
|
|
|
"markdown-it-deflist": "^2.0.1",
|
2016-02-22 00:58:06 +00:00
|
|
|
"markdown-it-mark": "^2.0.0",
|
|
|
|
"markdown-it-ins": "^2.0.0",
|
|
|
|
"markdown-it-sub": "^1.0.0",
|
2016-03-04 15:26:27 +00:00
|
|
|
"markdown-it-sup": "^1.0.0",
|
2016-03-15 02:56:53 +00:00
|
|
|
"markdown-it-container": "^2.0.0",
|
2016-03-15 02:53:45 +00:00
|
|
|
"mermaid": "^0.5.8",
|
2016-04-20 10:22:18 +00:00
|
|
|
"MathJax": "^2.6.1",
|
|
|
|
"octicons": "^3.5.0"
|
2015-11-29 06:50:53 +00:00
|
|
|
}
|
|
|
|
}
|