18 lines
335 B
JSON
18 lines
335 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|