ensl_gathers/package.json

57 lines
1.4 KiB
JSON
Raw Normal View History

2015-07-19 12:54:23 +00:00
{
"name": "sws_gathers",
"version": "1.0.0",
"description": "ENSL Gather Service for Skulks with Shotguns",
"main": "index.js",
2015-07-20 09:41:58 +00:00
"keywords": [
"NS2",
"Skulks with Shotguns"
],
2015-07-19 12:54:23 +00:00
"scripts": {
2015-08-09 14:56:23 +00:00
"test": "NODE_ENV=test mocha --harmony spec/",
"start": "npm run compile && node --harmony index.js",
2015-07-28 15:54:29 +00:00
"watch": "node_modules/gulp/bin/gulp.js watch",
"compile": "node_modules/gulp/bin/gulp.js",
2015-08-09 14:56:23 +00:00
"dev": "nodemon --harmony index.js"
2015-07-19 12:54:23 +00:00
},
"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": {
2015-07-29 15:00:21 +00:00
"async": "~1.4.0",
2015-08-09 14:48:42 +00:00
"babel": "~5.8.21",
2015-08-18 09:56:35 +00:00
"cookie-parser": "^1.3.5",
2015-07-20 09:41:58 +00:00
"express": "~4.13.1",
"express-handlebars": "~2.0.1",
2015-07-29 15:00:21 +00:00
"extend": "~3.0.0",
"gulp": "~3.9.0",
2015-08-09 14:48:42 +00:00
"gulp-babel": "^5.2.0",
2015-07-29 15:00:21 +00:00
"gulp-concat": "~2.6.0",
2015-08-05 00:00:36 +00:00
"gulp-plumber": "~1.0.1",
2015-07-29 15:00:21 +00:00
"gulp-watch": "~4.3.4",
"javascript-state-machine": "~2.3.5",
"lodash": "~3.10.0",
2015-08-17 13:50:59 +00:00
"marshal": "~0.1.3",
2015-08-05 00:41:43 +00:00
"mongoose": "~4.1.1",
2015-07-20 09:41:58 +00:00
"morgan": "~1.6.1",
2015-07-22 00:00:05 +00:00
"request": "~2.60.0",
2015-07-29 15:00:21 +00:00
"serve-favicon": "~2.3.0",
2015-07-21 22:44:47 +00:00
"socket.io": "~1.3.5",
2015-07-20 09:41:58 +00:00
"winston": "~1.0.1"
},
"devDependencies": {
"chai": "~3.1.0",
"mocha": "~2.2.5",
"nodemon": "~1.3.7",
"supertest": "~1.0.1"
2015-07-27 09:39:27 +00:00
},
2015-08-09 14:56:23 +00:00
"engine": "node >= 0.12.1"
2015-07-19 12:54:23 +00:00
}