-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
35 lines (35 loc) · 848 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
28
29
30
31
32
33
34
35
{
"name": "minecraft-pe-proxy",
"version": "0.0.1",
"description": "Proxy for Minecraft Pocket Edition to connect to internet servers without app modification",
"homepage": "https://github.com/brandon15811/Minecraft-PE-Proxy",
"main": "mcpeproxy",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git://github.com/brandon15811/Minecraft-PE-Proxy.git"
},
"bugs": {
"url": "https://github.com/brandon15811/Minecraft-PE-Proxy/issues"
},
"keywords": [
"minecraft",
"udp"
],
"author": "brandon15811",
"license": "GPL",
"readmeFilename": "README.md",
"dependencies": {
"nconf": "0.6.x",
"ejs": "0.8.x",
"node-static": "0.6.x",
"validator": "0.4.x"
},
"engine": "node 0.8.x",
"devDependencies": {
"sqlite3": "2.1.x",
"socket.io": "0.9.x"
}
}