This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/package.json

21 lines
393 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",
"consolidate":"*",
"dustjs-linkedin":"*",
"dustjs-helpers":"*",
"nodeunit":"*",
"node-memcache":"*"
}
}