forked from exalented/OotModLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 688 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 688 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
{
"name": "oot-rando-coop",
"version": "2.0.0",
"main": "./src/index.html",
"private": true,
"scripts": {
"start": "node ./src/OotModLoader.js"
},
"bin": "./src/app.js",
"dependencies": {
"aes256": "^1.0.4",
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"download-file": "^0.1.5",
"express": "^4.16.3",
"hex-rgb": "^3.0.0",
"human-readable-ids": "^1.0.4",
"json-socket": "^0.3.0",
"jsonpack": "^1.1.5",
"nat-upnp": "^1.1.1",
"ncp": "^2.0.0",
"plugin-system": "^0.2.1",
"restify": "^7.2.1",
"serve-static-restify": "^2.1.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"unzip": "^0.1.11"
}
}