{ "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 --harmony spec/", "start": "npm run compile && node --harmony index.js", "watch": "node_modules/gulp/bin/gulp.js watch", "compile": "node_modules/gulp/bin/gulp.js", "dev": "nodemon --harmony 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": { "async": "~1.4.0", "babel": "~5.8.21", "cookie-parser": "^1.3.5", "express": "~4.13.1", "express-handlebars": "~2.0.1", "extend": "~3.0.0", "gulp": "~3.9.0", "gulp-babel": "^5.2.0", "gulp-concat": "~2.6.0", "gulp-plumber": "~1.0.1", "gulp-watch": "~4.3.4", "javascript-state-machine": "~2.3.5", "lodash": "~3.10.0", "marshal": "~0.1.3", "mongoose": "~4.1.1", "morgan": "~1.6.1", "request": "~2.60.0", "serve-favicon": "~2.3.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" }, "engine": "node >= 0.12.1" }