forked from voxel/voxelmetaverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.16 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
78
79
80
81
82
{
"name": "voxelmetaverse",
"description": "",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "[email protected]:deathcap/voxelmetaverse.git"
},
"dependencies": {
"camera-debug": "^0.3.0",
"ever": "0.0.3",
"kb-bindings-ui": "^0.3.2",
"voxel-artpacks": "^0.1.2",
"voxel-blockdata": "^0.2.1",
"voxel-bucket": "^0.0.4",
"voxel-carry": "^0.2.0",
"voxel-chest": "^0.2.2",
"voxel-chunkborder": "^0.5.0",
"voxel-commands": "^0.3.1",
"voxel-console": "^0.2.2",
"voxel-decals": "^0.1.1",
"voxel-decorative": "^0.1.1",
"voxel-drop": "^0.1.3",
"voxel-engine-stackgl": "^1.0.0",
"voxel-flight": "^0.2.0",
"voxel-fluid": "^0.0.2",
"voxel-food": "^0.1.0",
"voxel-fullscreen": "^0.2.0",
"voxel-furnace": "^0.1.2",
"voxel-gamemode": "^0.2.2",
"voxel-glass": "^0.2.1",
"voxel-hammer": "^0.1.0",
"voxel-harvest": "^0.4.1",
"voxel-health": "^0.1.0",
"voxel-health-bar": "^0.1.1",
"voxel-inventory-crafting": "^0.3.2",
"voxel-inventory-creative": "^0.1.2",
"voxel-inventory-hotbar": "^0.5.0",
"voxel-keys": "^0.5.0",
"voxel-land": "^0.2.1",
"voxel-measure": "^0.1.2",
"voxel-mine": "^0.5.0",
"voxel-outline": "^0.4.2",
"voxel-pickaxe": "^0.2.2",
"voxel-plugins": "^0.3.2",
"voxel-plugins-ui": "^0.3.0",
"voxel-pumpkin": "^0.1.3",
"voxel-quarry": "^0.2.0",
"voxel-reach": "^0.2.2",
"voxel-recipes": "^0.3.3",
"voxel-sfx": "^0.2.0",
"voxel-skyhook": "^0.1.1",
"voxel-sprint": "^0.1.0",
"voxel-use": "^0.1.2",
"voxel-voila": "^0.6.0",
"voxel-vr": "^0.1.1",
"voxel-webview": "^0.2.2",
"voxel-wireframe": "^0.6.0",
"voxel-wool": "^0.1.2",
"voxel-workbench": "^0.2.2",
"voxel-zen": "^0.1.1"
},
"engine": {
"node": "0.12.x"
},
"devDependencies": {
"beefy": "^2.1.3",
"browserify": "9.0.2",
"browserify-commit-sha": "^0.1.0",
"coffeeify": "^1.0.0",
"watchify": "^2.4.0"
},
"browserify": {
"transform": [
"browserify-commit-sha",
"coffeeify"
]
},
"scripts": {
"start": "beefy index.coffee:bundle.js --watchify --port 8080 -- --debug"
}
}