mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"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",
|
|
"watch": "node_modules/gulp/bin/gulp.js watch",
|
|
"compile": "node_modules/gulp/bin/gulp.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": {
|
|
"async": "^1.4.0",
|
|
"express": "~4.13.1",
|
|
"express-handlebars": "~2.0.1",
|
|
"extend": "^3.0.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-react": "^3.0.1",
|
|
"gulp-watch": "^4.3.4",
|
|
"javascript-state-machine": "^2.3.5",
|
|
"morgan": "~1.6.1",
|
|
"node-mysql": "~0.4.2",
|
|
"react-tools": "~0.13.3",
|
|
"request": "~2.60.0",
|
|
"serve-favicon": "^2.3.0",
|
|
"socket.io": "~1.3.5",
|
|
"winston": "~1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "~3.1.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-plumber": "^1.0.1",
|
|
"mocha": "~2.2.5",
|
|
"nodemon": "~1.3.7",
|
|
"supertest": "~1.0.1"
|
|
},
|
|
"engine": "node >= 0.10.1"
|
|
}
|