rnn-chat-backend/package.json

18 lines
335 B
JSON
Raw Permalink Normal View History

2018-07-10 11:25:37 +00:00
{
"name": "rnn-chat-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"child_process": "^1.0.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "^4.16.3",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"morgan": "~1.9.0"
}
}