19 lines
369 B
JSON
19 lines
369 B
JSON
{
|
|
"name": "node-go",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"chai": "^4.2.0",
|
|
"chai-http": "^4.3.0",
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"http-errors": "~1.6.3",
|
|
"morgan": "~1.9.1",
|
|
"pg": "^7.17.0",
|
|
"socket.io": "^2.3.0"
|
|
}
|
|
}
|