-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.73 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "nuu",
"version": "0.4.74",
"description": "escape velocity inspired space sim browser game",
"main": "./build/server.js",
"bin": {
"nuu": "./build/server.js"
},
"scripts": {
"start": "node .",
"devel": "coffee tools/build.coffee run",
"build": "test -d node_modules/browserify || npm i; coffee tools/build.coffee assets",
"clean": "npm prune --production",
"prepare": "coffee tools/build.coffee assets",
"test": "npm run build; CLIENT=true npm start",
"inspect": "npm run build; CLIENT=true DEBUG=true node --inspect-brk ."
},
"repository": {
"type": "git",
"url": "[email protected]:nuu-test"
},
"author": "anx",
"license": "GPL-3.0",
"dependencies": {
"async": "^0.6.2",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"eventemitter3": "^3.1.2",
"express": "^4.17.1",
"express-json": "^1.0.0",
"express-session": "^1.17.1",
"fast-image-size": "^0.1.2",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"pd": "file:pd",
"random-ship-names": "^1.0.0",
"serve-index": "^1.9.1",
"serve-static": "^1.14.1",
"three": "^0.124.0",
"vectors": "^0.1.0",
"ws": "^5.2.2"
},
"gitHead": "86252dbc933a7215583393968322ce92c24c903d",
"devDependencies": {
"browserify": "^16.5.2",
"chokidar": "^3.4.2",
"coffeescript": "^2.5.1",
"file-size": "^0.0.5",
"jquery": "^3.5.1",
"marked": "^4.0.10",
"mkdirp": "^0.5.5",
"request": "^2.88.2",
"touch": "^0.0.3",
"uglify-js": "^3.10.2",
"x2js": "^3.4.0"
},
"keywords": [
"browsergame",
"game",
"space"
],
"optionalDependencies": {
"bufferutil": "^3.0.5",
"colors": "^0.6.2",
"node-forge": "^1.2.1"
}
}