mirror of https://github.com/status-im/codimd.git
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "hackmd",
|
|
"version": "0.3.3",
|
|
"description": "Realtime collaborative markdown notes on all platforms.",
|
|
"main": "app.js",
|
|
"author": "jackycute",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^1.5.2",
|
|
"blueimp-md5": "^2.1.0",
|
|
"body-parser": "^1.14.2",
|
|
"chance": "^0.8.0",
|
|
"cheerio": "^0.19.0",
|
|
"compression": "^1.6.0",
|
|
"connect-mongo": "^1.1.0",
|
|
"kerberos": "0.0.17",
|
|
"cookie": "0.2.3",
|
|
"cookie-parser": "1.4.1",
|
|
"ejs": "^2.3.4",
|
|
"emojify.js": "^1.1.0",
|
|
"express": ">=4.13",
|
|
"express-session": "^1.13.0",
|
|
"formidable": "^1.0.17",
|
|
"highlight.js": "^9.1.0",
|
|
"imgur": "^0.1.7",
|
|
"jsdom-nogyp": "^0.8.3",
|
|
"lz-string": "1.4.4",
|
|
"markdown-pdf": "^6.0.0",
|
|
"marked": "^0.3.5",
|
|
"meta-marked": "^0.4.0",
|
|
"method-override": "^2.3.5",
|
|
"moment": "^2.11.1",
|
|
"mongoose": "^4.3.6",
|
|
"morgan": "^1.6.1",
|
|
"node-uuid": "^1.4.7",
|
|
"passport": "^0.3.2",
|
|
"passport-dropbox-oauth2": "^1.0.0",
|
|
"passport-facebook": "^2.0.0",
|
|
"passport-github": "^1.0.0",
|
|
"passport-twitter": "^1.0.3",
|
|
"passport.socketio": "^3.6.1",
|
|
"pg": "4.x",
|
|
"randomcolor": "^0.4.3",
|
|
"shortid": "2.2.4",
|
|
"socket.io": "1.4.4",
|
|
"string": "^3.3.1",
|
|
"toobusy-js": "^0.4.2",
|
|
"winston": "^2.1.1",
|
|
"mustache": "2.2.1",
|
|
"reveal.js": "3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "0.10.x"
|
|
}
|
|
}
|