Initial commit

This commit is contained in:
Chris Blanchard 2015-07-19 13:54:23 +01:00
commit b0287fbb77
3 changed files with 25 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
node_modules

0
index.js Normal file
View file

24
package.json Normal file
View 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"
}
}