forked from PrismarineJS/flying-squid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.88 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "flying-squid",
"description": "A minecraft server written in node.js",
"version": "1.0.0",
"main": "index.js",
"author": "mhsjlw <[email protected]>",
"contributors": [
{
"name": "rom1504",
"email": "[email protected]"
}
],
"bin": {
"flying-squid": "./app.js"
},
"scripts": {
"prepublish": "gulp && require-self",
"test": "mocha --reporter spec distTest"
},
"keywords": [],
"licenses": {
"type": "MIT"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"babel-runtime": "^6.5.0",
"diamond-square": "1.0.0",
"emit-then": "^2.0.0",
"event-promise": "^0.0.1",
"flatmap": "^0.0.3",
"minecraft-data": "^2.0.0",
"minecraft-protocol": "^1.0.0",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"node-dir": "^0.1.9",
"node-promise-es6": "^0.3.0",
"node-uuid": "^1.4.3",
"prismarine-block": "^1.0.1",
"prismarine-chunk": "^1.0.1",
"prismarine-entity": "^0.2.0",
"prismarine-item": "^1.0.1",
"prismarine-provider-anvil": "^1.0.1",
"prismarine-windows": "^1.0.1",
"prismarine-world": "^1.0.1",
"random-seed": "^0.3.0",
"range": "^0.0.3",
"request-promise": "^4.1.0",
"requireindex": "~1.1.0",
"spiralloop": "^1.0.2",
"vec3": "^0.1.3"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/PrismarineJS/flying-squid.git"
},
"bugs": {
"url": "http://github.com/PrismarineJS/flying-squid/issues"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.2.0",
"doctoc": "^1.0.0",
"gulp": "^3.8.11",
"gulp-babel": "^6.1.2",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^2.0.0",
"longjohn": "^0.2.8",
"mineflayer": "^1.7.5",
"mocha": "^3.0.0",
"require-self": "^0.1.0"
}
}