-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
37 lines (37 loc) · 1017 Bytes
/
package.json
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
{
"name": "OpenAgar",
"version": "4.5.0",
"description": "An open source web game",
"main": "index.js",
"dependencies": {
"SmartConfig": "latest",
"asyncconsole": "^1.3.9",
"cli-gui": "^2.5.9",
"cligui2": "^2.0.0",
"express": "^4.15.3",
"hashbounds": "^4.2.2",
"minirequest": "^1.4.0",
"nodesounds": "^1.7.0",
"pem": "^1.9.7",
"quickmap": "^1.2.9",
"rson": "^1.5.8",
"simplesockets": "1.0.3",
"styleme": "^2.5.4",
"toobusy-js": "^0.5.1"
},
"devDependencies": {},
"scripts": {
"test": "node build.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AJS-development/OpenAgar"
},
"author": "AJS-development",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/AJS-development/OpenAgar/issues"
},
"homepage": "https://github.com/AJS-development/OpenAgar"
}