2019-01-01 22:59:16 +01:00
|
|
|
{
|
|
|
|
"name": "chillroom-server",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2019-01-12 15:03:08 +01:00
|
|
|
"body-parser": "^1.18.3",
|
2019-01-01 22:59:16 +01:00
|
|
|
"cors": "^2.8.5",
|
2019-01-12 10:32:24 +01:00
|
|
|
"express": "^4.16.4",
|
2019-01-12 18:54:06 +01:00
|
|
|
"mongoose": "4.13.15"
|
2019-01-01 22:59:16 +01:00
|
|
|
}
|
|
|
|
}
|