mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-31 21:40:38 +00:00
Initial commit
This commit is contained in:
commit
b0287fbb77
3 changed files with 25 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
node_modules
|
0
index.js
Normal file
0
index.js
Normal file
24
package.json
Normal file
24
package.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue