27 lines
590 B
JSON
27 lines
590 B
JSON
{
|
|
"name": "my-bookmark",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "supervisor ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "~1.15.1",
|
|
"cheerio": "^1.0.0-rc.1",
|
|
"connect-mongo": "^1.3.2",
|
|
"cookie-parser": "~1.4.3",
|
|
"crypto": "0.0.3",
|
|
"debug": "~2.2.0",
|
|
"download": "^5.0.3",
|
|
"express": "~4.13.4",
|
|
"express-session": "^1.14.1",
|
|
"morgan": "^1.8.1",
|
|
"multer": "^1.3.0",
|
|
"mysql": "^2.11.1",
|
|
"node-readability": "^2.2.0",
|
|
"request": "^2.81.0",
|
|
"supervisor": "^0.11.0",
|
|
"webshot": "^0.18.0"
|
|
}
|
|
}
|