This repository was archived by the owner on Mar 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.41 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "get5-interface",
"version": "1.0.0",
"description": "User Interface for Get5",
"main": "app.js",
"private": true,
"scripts": {
"dev": "nodemon bin/www",
"start": "node bin/www",
"test": "mocha \"tests/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Technoblazed/get5-interface.git"
},
"author": "https://github.com/Technoblazed",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Technoblazed/get5-interface/issues"
},
"homepage": "https://github.com/Technoblazed/get5-interface#readme",
"directories": {
"test": "test"
},
"dependencies": {
"assert": "^1.4.1",
"body-parser": "^1.18.2",
"connect-ensure-login": "^0.1.1",
"connect-session-sequelize": "^5.2.0",
"cookie-parser": "^1.4.3",
"defaults": "^1.0.3",
"express": "^4.16.2",
"express-nunjucks": "^2.2.3",
"express-rate-limit": "^2.11.0",
"express-session": "^1.15.6",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"morgan": "^1.9.0",
"mysql2": "^1.5.2",
"nunjucks": "^3.1.2",
"passport": "^0.4.0",
"passport-steam": "^1.0.8",
"path": "^0.12.7",
"requestretry": "^1.13.0",
"sequelize": "^4.34.0",
"serve-favicon": "^2.4.5",
"srcds-rcon": "^2.2.1",
"steamid": "^1.1.0",
"url4": "0.0.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.1"
}
}