ensl_gathers/package.json

46 lines
1.2 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-07-20 09:41:58 +00:00
"test": "NODE_ENV=test mocha spec/",
2015-07-23 10:36:47 +00:00
"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"
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-20 09:41:58 +00:00
"express": "~4.13.1",
"express-handlebars": "~2.0.1",
2015-07-23 13:22:50 +00:00
"extend": "^3.0.0",
2015-07-23 13:36:41 +00:00
"javascript-state-machine": "^2.3.5",
2015-07-20 09:41:58 +00:00
"morgan": "~1.6.1",
"node-mysql": "~0.4.2",
"react-tools": "~0.13.3",
2015-07-22 00:00:05 +00:00
"request": "~2.60.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-19 12:54:23 +00:00
}
}