ensl_gathers/package.json

36 lines
807 B
JSON
Raw Normal View History

2015-07-19 12:54:23 +00:00
{
"name": "sws_gathers",
"version": "1.0.0",
"description": "ENSL Gather Service for Skulks with Shotguns",
"main": "index.js",
2015-07-20 09:41:58 +00:00
"keywords": [
"NS2",
"Skulks with Shotguns"
],
2015-07-19 12:54:23 +00:00
"scripts": {
2015-07-20 09:41:58 +00:00
"test": "NODE_ENV=test mocha spec/",
"start": "node index.js"
2015-07-19 12:54:23 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/cblanc/sws_gathers"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/cblanc/sws_gathers/issues"
},
"homepage": "https://github.com/cblanc/sws_gathers",
"dependencies": {
2015-07-20 09:41:58 +00:00
"chai": "~3.1.0",
"express": "~4.13.1",
"express-handlebars": "~2.0.1",
"mocha": "~2.2.5",
"morgan": "~1.6.1",
"node-mysql": "~0.4.2",
"socket.io": "~1.3.5",
"supertest": "~1.0.1",
"winston": "~1.0.1"
2015-07-19 12:54:23 +00:00
}
}