forked from CigarProject/Cigar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 841 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 841 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
{
"name": "Cigar",
"version": "1.0.0",
"description": "Open source Agar.io server and client",
"main": "server/index.js",
"dependencies": {
"ws": "^0.7.2",
"body-parser": "^1.12.4",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"express": "^4.12.4",
"hbs": "^2.9.0",
"morgan": "^1.5.3",
"serve-favicon": "^2.2.1",
"connect-busboy": "^0.0.2"
},
"devDependencies": {},
"scripts": {
"start": "node ./server/index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/m-byte/Cigar"
},
"author": "Devin Ryan <devin@forairan.com> (http://devin.codes/)",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/m-byte/Cigar/issues"
},
"homepage": "https://github.com/m-byte/Cigar"
}