-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 999 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 999 Bytes
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
{
"name": "NodeScrim",
"version": "0.0.0",
"description": "Project that allows for quick scrims to be setup between two opposing teams in Counter-Strike: Global Offensive.",
"main": "server.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Sgawrys/NodeScrim.git"
},
"author": "Stefan Gawrys",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sgawrys/NodeScrim/issues"
},
"homepage": "https://github.com/Sgawrys/NodeScrim",
"dependencies": {
"body-parser": "^1.12.2",
"do-wrapper": "^1.1.2",
"ejs": "^2.3.1",
"express": "^4.12.3",
"express-session": "^1.11.1",
"jade": "^1.9.2",
"passport": "^0.2.1",
"passport-steam": "^0.1.4",
"rcon": "^1.0.0",
"sequest": "^0.8.0",
"socket.io": "^1.3.5",
"srcds-rcon": "^1.1.7",
"yamljs": "^0.2.1"
}
}