forked from royale-proxy/node-cr-proxy
-
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) · 726 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 726 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": "node-cr-proxy",
"version": "1.0.0",
"description": "Clash Royale Proxy",
"homepage": "https://github.com/royale-proxy/node-cr-proxy",
"bugs": {
"url": "https://github.com/royale-proxy/issues"
},
"main": "index.js",
"author": "Steve Rabouin",
"license": "GNU GPLv3",
"repository": {
"type": "git",
"url": "https://bitbucket.org/royaletools/node-cr-proxy.git"
},
"engines": {
"node": ">=6.8.0"
},
"dependencies": {
"blake2": "^1.4.0",
"bytebuffer": "^5.0.1",
"command-line-args": "^4.0.2",
"command-line-usage": "^4.0.0",
"console-stamp": "^0.2.5",
"cr-messages": "royale-proxy/cr-messages",
"jsome": "^2.3.26",
"tweetnacl": "^0.14.5"
}
}