-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.01 KB
/
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
36
37
38
39
40
41
42
{
"name": "minejs",
"version": "0.0.1",
"description": "MineJS is a server software for Minecraft : Pocket Edition, MineJS is based Node JS.",
"main": "mine.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/organization/MineJS.git"
},
"keywords": [
"MineJS"
],
"author": "Organization",
"license": "LGPL",
"bugs": {
"url": "https://github.com/organization/MineJS/issues"
},
"auto-updater": {
"repo": "organization/MineJS",
"branch": "master"
},
"homepage": "https://github.com/organization/MineJS#readme",
"dependencies": {
"auto-updater": "^1.0.2",
"clone": "^2.1.1",
"cluster": "^0.7.7",
"crypto": "1.0.1",
"deploy-class": "^1.0.7",
"external-ip": "^2.3.1",
"fs": "0.0.2",
"iconv-lite": "^0.6.2",
"int-bits": "^1.0.0",
"os": "^0.1.1",
"path": "^0.12.7",
"readline": "^1.3.0",
"stack-trace": "0.0.10",
"uuid": "^8.3.0"
}
}