2015-05-04 07:53:29 +00:00
|
|
|
{
|
|
|
|
"name": "hackmd",
|
2015-09-27 06:36:08 +00:00
|
|
|
"version": "0.3.3",
|
2015-05-04 07:53:29 +00:00
|
|
|
"description": "Realtime collaborative markdown notes on all platforms.",
|
2015-05-15 04:58:13 +00:00
|
|
|
"main": "app.js",
|
|
|
|
"author": "jackycute",
|
2015-05-04 07:53:29 +00:00
|
|
|
"private": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"async": "^0.9.0",
|
2015-07-01 16:10:20 +00:00
|
|
|
"blueimp-md5": "^1.1.0",
|
2015-05-04 07:53:29 +00:00
|
|
|
"body-parser": "^1.12.3",
|
2015-06-01 10:04:25 +00:00
|
|
|
"chance": "^0.7.5",
|
2015-05-04 07:53:29 +00:00
|
|
|
"cheerio": "^0.19.0",
|
|
|
|
"compression": "^1.4.3",
|
|
|
|
"connect-mongo": "^0.8.1",
|
2015-11-29 06:23:19 +00:00
|
|
|
"kerberos": "0.0.17",
|
2015-11-29 08:11:57 +00:00
|
|
|
"cookie": "0.2.3",
|
2015-11-12 09:55:42 +00:00
|
|
|
"cookie-parser": "1.4.0",
|
2015-05-04 07:53:29 +00:00
|
|
|
"ejs": "^1.0.0",
|
|
|
|
"emojify.js": "^1.0.1",
|
|
|
|
"express": "4.x",
|
|
|
|
"express-session": "^1.11.1",
|
2015-05-15 04:58:13 +00:00
|
|
|
"formidable": "^1.0.17",
|
2015-05-04 07:53:29 +00:00
|
|
|
"highlight.js": "^8.4.0",
|
2015-05-15 04:58:13 +00:00
|
|
|
"imgur": "^0.1.5",
|
2015-05-04 07:53:29 +00:00
|
|
|
"jsdom-nogyp": "^0.8.3",
|
|
|
|
"lz-string": "1.3.6",
|
|
|
|
"markdown-pdf": "^5.2.0",
|
|
|
|
"marked": "^0.3.3",
|
|
|
|
"method-override": "^2.3.2",
|
2015-07-01 16:10:20 +00:00
|
|
|
"moment": "^2.10.3",
|
2015-05-04 07:53:29 +00:00
|
|
|
"mongoose": "^4.0.2",
|
2015-06-01 10:04:25 +00:00
|
|
|
"morgan": "^1.5.3",
|
2015-05-04 07:53:29 +00:00
|
|
|
"node-uuid": "^1.4.3",
|
2015-11-10 03:34:54 +00:00
|
|
|
"passport": "^0.3.0",
|
|
|
|
"passport-dropbox-oauth2": "^1.0.0",
|
2015-05-04 07:53:29 +00:00
|
|
|
"passport-facebook": "^2.0.0",
|
2015-11-10 03:34:54 +00:00
|
|
|
"passport-github": "^1.0.0",
|
2015-05-04 07:53:29 +00:00
|
|
|
"passport-twitter": "^1.0.3",
|
2015-11-10 03:34:54 +00:00
|
|
|
"passport.socketio": "^3.6.1",
|
2015-05-04 07:53:29 +00:00
|
|
|
"pg": "4.x",
|
|
|
|
"randomcolor": "^0.2.0",
|
2015-07-01 16:10:20 +00:00
|
|
|
"shortid": "2.2.2",
|
2015-05-04 07:53:29 +00:00
|
|
|
"socket.io": "1.3.5",
|
2015-07-01 16:10:20 +00:00
|
|
|
"string": "^3.2.0",
|
2015-06-01 10:04:25 +00:00
|
|
|
"toobusy-js": "^0.4.1",
|
2015-11-23 12:38:26 +00:00
|
|
|
"winston": "^1.0.0",
|
|
|
|
"mustache": "2.1.3",
|
|
|
|
"reveal.js": "3.1.0"
|
2015-05-04 07:53:29 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "0.10.x"
|
|
|
|
}
|
|
|
|
}
|