forked from FaethyvveIcye/tera-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 910 Bytes
/
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
{
"name": "tera-proxy",
"version": "0.1.0",
"description": "Easy script modding through modular network-based hooks.",
"repository": {
"type": "git",
"url": "git+https://github.com/hackerman-caali/tera-proxy.git"
},
"author": "meishu",
"engines": {
"node": ">=6.0.0"
},
"bugs": {
"url": "https://github.com/hackerman-caali/tera-proxy/issues"
},
"homepage": "https://github.com/hackerman-caali/tera-proxy#readme",
"dependencies": {
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"tera-data": "github:hackerman-caali/tera-data",
"tera-proxy-game": "github:hackerman-caali/tera-proxy-game",
"tera-proxy-sls": "github:hackerman-caali/tera-proxy-sls",
"tera-crypto-js": "github:hackerman-caali/tera-crypto-js",
"tera-crypto-native": "github:hackerman-caali/tera-crypto-native",
"tera-vec3": "github:hackerman-caali/tera-vec3"
}
}