This repository was archived by the owner on Dec 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.91 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.91 KB
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
69
70
71
72
{
"name": "rocketsquad-engine",
"version": "1.0.0",
"description": "",
"main": "gen/server/index.js",
"dependencies": {
"binary-loader": "0.0.1",
"cannon": "^0.6.2",
"deep-equal": "^1.0.1",
"express": "^4.15.2",
"flatbuffers": "^1.6.0",
"gaze": "^1.1.2",
"howler": "^2.0.3",
"nodemon": "^1.11.0",
"oimo": "^1.0.9",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"rtc-quickconnect": "^5.8.0",
"tape": "^4.6.3",
"toml": "^2.3.2",
"uuid": "^3.0.1",
"winston": "^2.3.1",
"ws": "^2.3.1"
},
"devDependencies": {
"@types/cannon": "^0.1.0",
"@types/chai": "^3.5.2",
"@types/chai-as-promised": "0.0.30",
"@types/core-js": "^0.9.41",
"@types/deep-equal": "^1.0.0",
"@types/express": "^4.0.35",
"@types/howler": "^2.0.2",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.13",
"@types/react": "^15.0.24",
"@types/react-dom": "^15.5.0",
"@types/three": "^0.84.6",
"@types/uuid": "^2.0.29",
"@types/ws": "0.0.40",
"awesome-typescript-loader": "^3.1.2",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"deep-equal": "^1.0.1",
"mocha": "^3.4.1",
"node-static": "^0.7.9",
"source-map-loader": "^0.2.1",
"ts-node": "^3.0.2",
"tslint": "^5.1.0",
"typescript": "^2.2.2",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2"
},
"scripts": {
"watch": "node task webpackWatch compileWatch",
"dev": "node task webpackWatch compileWatch server",
"serve": "webpack-dev-server --content-base public",
"test": "tsc && mocha gen/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RocketSquad/Engine"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RocketSquad/Engine/issues"
},
"homepage": "https://github.com/RocketSquad/Engine#readme",
"optionalDependencies": {
"bufferutil": "^3.0.0"
}
}