2015-07-19 12:54:23 +00:00
|
|
|
{
|
|
|
|
"name": "sws_gathers",
|
2023-03-05 17:25:06 +00:00
|
|
|
"version": "2.1.0",
|
2016-01-22 10:12:23 +00:00
|
|
|
"description": "ENSL Gather Service",
|
2023-03-05 17:25:06 +00:00
|
|
|
"main": "index.mjs",
|
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/",
|
2023-03-05 17:25:06 +00:00
|
|
|
"start": "npm run compile && node index.mjs",
|
|
|
|
"start_production": "npm run compile_production & node index.mjs",
|
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",
|
2023-03-05 17:25:06 +00:00
|
|
|
"dev": "nodemon index.mjs",
|
2023-03-05 17:32:39 +00:00
|
|
|
"prepare": "npm run snyk-protect",
|
|
|
|
"snyk-protect": "snyk-protect"
|
2015-07-19 12:54:23 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-03-05 17:25:06 +00:00
|
|
|
"url": "https://github.com/ENSL/ensl_gathers"
|
2015-07-19 12:54:23 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2023-03-05 17:25:06 +00:00
|
|
|
"url": "https://github.com/ENSL/ensl_gathers/issues"
|
2015-07-19 12:54:23 +00:00
|
|
|
},
|
2023-03-05 17:25:06 +00:00
|
|
|
"homepage": "https://github.com/ENSL/ensl_gathers",
|
2015-07-19 12:54:23 +00:00
|
|
|
"dependencies": {
|
2023-03-05 17:32:39 +00:00
|
|
|
"@snyk/protect": "^1.1111.0",
|
2015-07-29 15:00:21 +00:00
|
|
|
"async": "~1.4.0",
|
2023-03-05 11:24:55 +00:00
|
|
|
"bootstrap": "^4.0.0",
|
2016-01-26 10:44:34 +00:00
|
|
|
"bootstrap-solarized": "~1.0.2",
|
2019-12-17 03:26:53 +00:00
|
|
|
"brunch": "~3.0.0",
|
|
|
|
"clean-css-brunch": ">=3.0.0",
|
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",
|
2017-06-22 13:47:29 +00:00
|
|
|
"discord.js": "^11.1.0",
|
2023-03-05 11:24:55 +00:00
|
|
|
"express": "^4.16.0",
|
|
|
|
"express-handlebars": "^7.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",
|
2020-04-14 03:26:09 +00:00
|
|
|
"jquery": "~3.5.0",
|
2020-08-17 03:25:27 +00:00
|
|
|
"lodash": "~4.17.20",
|
2020-10-11 17:47:33 +00:00
|
|
|
"marshal": "^0.5.2",
|
2023-03-05 11:24:55 +00:00
|
|
|
"moment": "^2.11.2",
|
2023-03-05 13:07:36 +00:00
|
|
|
"mongoose": "^6.10.1",
|
2018-11-13 03:44:35 +00:00
|
|
|
"morgan": "~1.9.1",
|
2016-02-03 16:12:08 +00:00
|
|
|
"perfect-scrollbar": "~0.6.10",
|
2020-10-11 17:47:33 +00:00
|
|
|
"react": "^16.13.1",
|
2023-03-05 11:24:55 +00:00
|
|
|
"react-autolink": "^0.2.1",
|
|
|
|
"react-dom": "^16.0.1",
|
|
|
|
"react-emoji": "^0.4.1",
|
2020-07-17 03:25:40 +00:00
|
|
|
"request": "~2.88.0",
|
2018-10-24 05:25:10 +00:00
|
|
|
"serve-favicon": "~2.4.5",
|
2023-03-05 11:24:55 +00:00
|
|
|
"socket.io": "^4.6.1",
|
|
|
|
"socket.io-client": "^4.6.1",
|
2015-12-29 16:25:39 +00:00
|
|
|
"steamidconvert": "~0.2.4",
|
2018-12-08 06:34:55 +00:00
|
|
|
"toastr": "~2.1.4",
|
2020-10-11 17:47:33 +00:00
|
|
|
"winston": "~1.0.1"
|
2015-07-20 22:47:18 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-11 17:47:33 +00:00
|
|
|
"@babel/cli": "^7.11.6",
|
|
|
|
"@babel/core": "^7.11.6",
|
|
|
|
"@babel/preset-env": "^7.11.5",
|
|
|
|
"@babel/preset-react": "^7.10.4",
|
|
|
|
"@types/jquery": "^3.5.2",
|
|
|
|
"@types/mongoose": "^5.7.36",
|
|
|
|
"@types/node": "^12.12.67",
|
|
|
|
"@types/react": "^16.9.51",
|
|
|
|
"@types/react-dom": "^16.9.8",
|
|
|
|
"@types/request": "^2.48.5",
|
|
|
|
"@types/socket.io-client": "^1.4.34",
|
|
|
|
"@types/winston": "^2.4.4",
|
|
|
|
"babel-brunch": "^7.0.1",
|
2015-07-20 22:47:18 +00:00
|
|
|
"chai": "~3.1.0",
|
2023-03-05 11:24:55 +00:00
|
|
|
"mocha": "^10.2.0",
|
|
|
|
"nodemon": "^2.0.21",
|
|
|
|
"supertest": "^6.3.3",
|
2020-10-11 17:47:33 +00:00
|
|
|
"terser-brunch": "^4.0.0"
|
2015-07-27 09:39:27 +00:00
|
|
|
},
|
2015-12-14 08:46:24 +00:00
|
|
|
"engines": {
|
2023-03-10 15:43:09 +00:00
|
|
|
"node": ">=18.14.2"
|
2019-07-04 03:27:22 +00:00
|
|
|
},
|
|
|
|
"snyk": true
|
2023-03-05 17:25:06 +00:00
|
|
|
}
|