mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
25 lines
561 B
JSON
25 lines
561 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|