mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"name": "express4-gen",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "NODE_ENV=development node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"express": "~4.2.0",
|
|
"static-favicon": "~1.0.0",
|
|
"morgan": "~1.0.0",
|
|
"cookie-parser": "~1.0.1",
|
|
"body-parser": "~1.0.0",
|
|
"debug": "~0.7.4",
|
|
"pug": "~2.0.4",
|
|
"pug-cli": "~1.0.0"
|
|
}
|
|
}
|