{ "name": "sws_gathers", "version": "1.0.0", "description": "ENSL Gather Service for Skulks with Shotguns", "main": "index.js", "keywords": [ "NS2", "Skulks with Shotguns" ], "scripts": { "test": "NODE_ENV=test mocha spec/", "start": "npm run compile && node index.js", "compile:dev": "node_modules/react-tools/bin/jsx --watch --no-cache-dir --source-map-inline -x jsx lib/react/ public/js/", "compile": "node_modules/react-tools/bin/jsx -x jsx lib/react/ public/js/", "dev": "nodemon index.js" }, "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", "express-handlebars": "~2.0.1", "extend": "^3.0.0", "javascript-state-machine": "^2.3.5", "morgan": "~1.6.1", "node-mysql": "~0.4.2", "react-tools": "~0.13.3", "request": "~2.60.0", "socket.io": "~1.3.5", "winston": "~1.0.1" }, "devDependencies": { "chai": "~3.1.0", "mocha": "~2.2.5", "nodemon": "~1.3.7", "supertest": "~1.0.1" } }