20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"name": "node-task",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"express": "~4.9.0",
|
|
"body-parser": "~1.8.1",
|
|
"cookie-parser": "~1.3.3",
|
|
"morgan": "~1.3.0",
|
|
"serve-favicon": "~2.1.3",
|
|
"debug": "~2.0.0",
|
|
"dust":"*",
|
|
"nodeunit":"*",
|
|
"mysql":"*",
|
|
"node-memcache":"*"
|
|
}
|
|
} |