mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
80 lines
2.2 KiB
JSON
80 lines
2.2 KiB
JSON
{
|
|
"name": "sws_gathers",
|
|
"version": "2.0.3",
|
|
"description": "ENSL Gather Service",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"NS2",
|
|
"Gathers",
|
|
"Match organising"
|
|
],
|
|
"scripts": {
|
|
"test": "NODE_ENV=test mocha spec/",
|
|
"start": "npm run compile && node index.js",
|
|
"start_production": "npm run compile_production & node index.js",
|
|
"watch": "npm run compile && node_modules/brunch/bin/brunch watch --server",
|
|
"compile": "node node_modules/brunch/bin/brunch build",
|
|
"compile_production": "node node_modules/brunch/bin/brunch build --production",
|
|
"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",
|
|
"babel": "~5.8.21",
|
|
"babel-brunch": "~6.0.0",
|
|
"babel-preset-es2015": "~6.3.13",
|
|
"babel-preset-react": "~6.3.13",
|
|
"bootstrap": "~3.3.6",
|
|
"bootstrap-solarized": "~1.0.2",
|
|
"brunch": "~2.9.1",
|
|
"clean-css-brunch": ">= 1.0 < 1.8",
|
|
"cookie-parser": "~1.3.5",
|
|
"cors": "~2.7.1",
|
|
"css-brunch": ">= 1.0 < 1.8",
|
|
"discord.js": "^11.1.0",
|
|
"express": "~4.13.1",
|
|
"express-handlebars": "~2.0.1",
|
|
"extend": "~3.0.0",
|
|
"howler": "~1.1.28",
|
|
"javascript-brunch": ">= 1.0 < 1.8",
|
|
"javascript-state-machine": "~2.3.5",
|
|
"jquery": "~2.2.0",
|
|
"lodash": "~4.0.0",
|
|
"moment": "~2.11.2",
|
|
"mongoose": "~4.4.6",
|
|
"morgan": "~1.6.1",
|
|
"newrelic": "~1.22.1",
|
|
"perfect-scrollbar": "~0.6.10",
|
|
"react": "~0.14.6",
|
|
"react-autolink": "~0.2.1",
|
|
"react-dom": "~0.14.6",
|
|
"react-emoji": "~0.4.1",
|
|
"request": "~2.60.0",
|
|
"serve-favicon": "~2.3.0",
|
|
"socket.io": "~1.3.7",
|
|
"socket.io-client": "~1.3.0",
|
|
"steam": "~1.4.0",
|
|
"steamidconvert": "~0.2.4",
|
|
"toastr": "~2.1.2",
|
|
"uglify-js-brunch": ">= 1.0 < 1.8",
|
|
"winston": "~1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "~3.1.0",
|
|
"mocha": "~2.2.5",
|
|
"nodemon": "~1.4.0",
|
|
"supertest": "~1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.11.1"
|
|
}
|
|
}
|