1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/package.json

27 lines
491 B
JSON

{
"name": "myapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "forever start ./bin/www",
"stop" : "forever stop ./bin/www"
},
"dependencies": {
"body-parser": "*",
"cookie-parser": "*",
"debug": "*",
"express": "*",
"jade": "*",
"morgan": "*",
"serve-favicon": "*",
"jsdom": "*",
"fs": "*",
"mongoose": "*",
"ejs": "*",
"mongo-express": "*",
"multer": "*",
"nodemailer": "*",
"async": "*"
}
}