2015-11-29 06:50:53 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2016-07-30 04:19:42 +00:00
|
|
|
"bootstrap": "~3.3.7",
|
2016-06-17 08:27:37 +00:00
|
|
|
"font-awesome": "~4.6.3",
|
2016-04-20 08:28:18 +00:00
|
|
|
"Ionicons": "ionicons#~2.0.1",
|
2016-06-17 08:27:37 +00:00
|
|
|
"reveal.js": "~3.3.0",
|
2015-11-29 06:50:53 +00:00
|
|
|
"spin.js": "~2.3.2",
|
2016-10-10 13:14:28 +00:00
|
|
|
"moment": "~2.15.1",
|
2015-11-29 06:50:53 +00:00
|
|
|
"handlebars": "~4.0.5",
|
2016-06-17 08:27:37 +00:00
|
|
|
"js-yaml": "~3.6.1",
|
2016-10-10 13:14:28 +00:00
|
|
|
"raphael": "~2.2.6",
|
2016-06-17 08:27:37 +00:00
|
|
|
"mermaid": "^6.0.0",
|
2016-10-20 09:38:37 +00:00
|
|
|
"MathJax": "^2.7.0",
|
2016-06-17 08:27:37 +00:00
|
|
|
"octicons": "~3.5.0",
|
2016-10-10 13:14:28 +00:00
|
|
|
"velocity": "^1.3.1",
|
2016-06-17 08:27:37 +00:00
|
|
|
"randomcolor": "randomColor#^0.4.4",
|
|
|
|
"Idle.Js": "idle.js#^1.0.0",
|
2016-10-18 08:50:58 +00:00
|
|
|
"gist-embed": "*",
|
2016-10-23 15:00:42 +00:00
|
|
|
"emojify.js": "^1.1.0",
|
|
|
|
"select2": "3.5.4"
|
2016-06-17 08:27:37 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2016-10-10 13:14:28 +00:00
|
|
|
"jquery": "~3.1.1"
|
2015-11-29 06:50:53 +00:00
|
|
|
}
|
|
|
|
}
|