ensl_gathers/package.json

25 lines
561 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",
"scripts": {
"test": "NODE_ENV=test mocha spec/"
},
"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": {
"express": "^4.13.1",
"node-mysql": "^0.4.2",
"socket.io": "^1.3.5"
}
}