cloudnet-compose/result/package.json

22 lines
445 B
JSON
Raw Permalink Normal View History

2015-11-15 20:59:29 +01:00
{
2016-06-18 18:14:28 +02:00
"name": "result",
2015-11-15 20:59:29 +01:00
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"async": "^3.1.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"method-override": "^3.0.0",
"pg": "^7.12.1",
"socket.io": "^2.2.0",
"stoppable": "^1.1.0"
2015-11-15 20:59:29 +01:00
}
}