17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"name": "application-name",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "nodejs ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"express": "~4.0.0",
|
|
"static-favicon": "~1.0.0",
|
|
"morgan": "~1.0.0",
|
|
"cookie-parser": "~1.0.1",
|
|
"body-parser": "~1.0.0",
|
|
"debug": "~0.7.4",
|
|
"jade": "~1.3.0"
|
|
}
|
|
} |