node-raspberry-server/package.json
2019-01-01 22:59:16 +01:00

16 lines
284 B
JSON

{
"name": "chillroom-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.16.4"
}
}