point-collecting/package.json

17 lines
313 B
JSON

{
"name": "point-collecting",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "4.16.2",
"socket.io": "2.0.4"
}
}