-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 900 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 900 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
39
{
"name": "ps2script",
"version": "1.3.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node" : ">=7.6.0"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"hbs": "~3.1.0",
"morgan": "~1.6.1",
"prequest": "^1.0.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.5",
"ws": "^1.0.1"
},
"description": "A farmers league inspired PS2 scrim tracker in Node.js",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/FCLM/PS2-Scrims-Script"
},
"keywords": [
"Planetside",
"2"
],
"author": "DylanNZ, M0N0NZ, Dalordish, FCLM",
"bugs": {
"url": "https://github.com/FCLM/PS2-Scrims-Script/issues"
},
"homepage": "https://github.com/FCLM/PS2-Scrims-Script#readme"
}