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-20 22:47:18 +00:00
|
|
|
"start": "node index.js",
|
2015-07-21 14:10:24 +00:00
|
|
|
"compile:dev:react": "node_modules/react-tools/bin/jsx --watch --source-map-inline -x jsx lib/react/ public/js/",
|
2015-07-20 22:47:18 +00:00
|
|
|
"compile:react": "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",
|
|
|
|
"morgan": "~1.6.1",
|
|
|
|
"node-mysql": "~0.4.2",
|
2015-07-20 22:47:18 +00:00
|
|
|
"react-tools": "~0.13.3",
|
2015-07-21 22:44:47 +00:00
|
|
|
"request": "^2.60.0",
|
|
|
|
"socket.io": "~1.3.5",
|
2015-07-20 09:41:58 +00:00
|
|
|
"winston": "~1.0.1"
|
2015-07-20 22:47:18 +00:00
|
|
|
},
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|