ensl_gathers/package.json

80 lines
2.1 KiB
JSON
Raw Normal View History

2015-07-19 12:54:23 +00:00
{
"name": "sws_gathers",
2016-11-15 09:59:11 +00:00
"version": "2.0.3",
2016-01-22 10:12:23 +00:00
"description": "ENSL Gather Service",
2015-07-19 12:54:23 +00:00
"main": "index.js",
2015-07-20 09:41:58 +00:00
"keywords": [
"NS2",
2016-01-22 10:12:23 +00:00
"Gathers",
"Match organising"
2015-07-20 09:41:58 +00:00
],
2015-07-19 12:54:23 +00:00
"scripts": {
2015-09-25 21:23:30 +00:00
"test": "NODE_ENV=test mocha spec/",
"start": "npm run compile && node index.js",
"start_production": "npm run compile_production & node index.js",
2016-01-22 10:12:23 +00:00
"watch": "npm run compile && node_modules/brunch/bin/brunch watch --server",
2016-01-26 10:44:34 +00:00
"compile": "node node_modules/brunch/bin/brunch build",
"compile_production": "node node_modules/brunch/bin/brunch build --production",
2015-09-25 21:23:30 +00:00
"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-29 15:00:21 +00:00
"async": "~1.4.0",
2015-08-09 14:48:42 +00:00
"babel": "~5.8.21",
2016-01-22 10:12:23 +00:00
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "~6.3.13",
"babel-preset-react": "~6.3.13",
2016-01-22 21:39:03 +00:00
"bootstrap": "~3.3.6",
2016-01-26 10:44:34 +00:00
"bootstrap-solarized": "~1.0.2",
2016-11-15 09:59:11 +00:00
"brunch": "~2.9.1",
2016-01-22 10:12:23 +00:00
"clean-css-brunch": ">= 1.0 < 1.8",
2015-08-26 23:41:07 +00:00
"cookie-parser": "~1.3.5",
2015-12-29 16:25:39 +00:00
"cors": "~2.7.1",
2016-01-22 10:12:23 +00:00
"css-brunch": ">= 1.0 < 1.8",
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",
2016-01-26 10:44:34 +00:00
"howler": "~1.1.28",
2016-01-22 10:12:23 +00:00
"javascript-brunch": ">= 1.0 < 1.8",
2015-07-29 15:00:21 +00:00
"javascript-state-machine": "~2.3.5",
2016-01-22 10:12:23 +00:00
"jquery": "~2.2.0",
"lodash": "~4.0.0",
2016-11-07 10:14:20 +00:00
"moment": "~2.11.2",
"mongoose": "~4.4.6",
2015-07-20 09:41:58 +00:00
"morgan": "~1.6.1",
2015-10-04 12:52:43 +00:00
"newrelic": "~1.22.1",
2016-02-03 16:12:08 +00:00
"perfect-scrollbar": "~0.6.10",
2016-01-22 10:12:23 +00:00
"react": "~0.14.6",
2016-01-26 10:44:34 +00:00
"react-autolink": "~0.2.1",
2016-01-22 10:12:23 +00:00
"react-dom": "~0.14.6",
2016-01-22 21:39:03 +00:00
"react-emoji": "~0.4.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",
2016-11-15 09:59:11 +00:00
"socket.io": "~1.5.1",
"socket.io-client": "~1.5.1",
2015-12-29 16:25:39 +00:00
"steam": "~1.1.0",
"steamidconvert": "~0.2.4",
2016-11-07 10:14:20 +00:00
"toastr": "~2.1.2",
2016-01-22 10:12:23 +00:00
"uglify-js-brunch": ">= 1.0 < 1.8",
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-12-14 08:46:24 +00:00
"engines": {
2016-01-22 21:46:13 +00:00
"node": "4.2.3"
2015-12-14 08:46:24 +00:00
}
2015-07-19 12:54:23 +00:00
}