-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.38 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
83
84
85
86
{
"name": "spring",
"version": "1.0.0",
"description": "metaverse for NFT Vision Hackathon",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/3scava1i3r/Spring.git"
},
"author": "3scava1i3r",
"license": "ISC",
"bugs": {
"url": "https://github.com/3scava1i3r/Spring/issues"
},
"homepage": "https://github.com/3scava1i3r/Spring#readme",
"dependencies": {
"camera-debug": "^0.3.0",
"ever": "0.0.3",
"kb-bindings-ui": "^0.3.2",
"voxel-artpacks": "^1.0.0",
"voxel-bedrock": "^1.0.1",
"voxel-blockdata": "^0.2.1",
"voxel-bucket": "^1.0.0",
"voxel-carry": "^1.0.0",
"voxel-chest": "^1.0.0",
"voxel-chunkborder": "^0.5.0",
"voxel-commands": "^1.0.1",
"voxel-console": "^1.0.1",
"voxel-decals": "^0.2.1",
"voxel-decorative": "^0.1.1",
"voxel-drop": "^1.0.0",
"voxel-engine-stackgl": "^2.0.0",
"voxel-flatland": "^0.1.1",
"voxel-flight": "^0.2.0",
"voxel-fluid": "^0.0.2",
"voxel-food": "^0.1.0",
"voxel-fullscreen": "^0.2.0",
"voxel-furnace": "^1.0.0",
"voxel-gamemode": "^1.0.0",
"voxel-glass": "^1.0.1",
"voxel-hammer": "^0.1.0",
"voxel-harvest": "^1.0.0",
"voxel-health": "^0.1.0",
"voxel-health-bar": "^0.1.1",
"voxel-inventory-crafting": "^1.0.0",
"voxel-inventory-creative": "^1.0.0",
"voxel-inventory-hotbar": "^1.0.0",
"voxel-keys": "^0.5.0",
"voxel-land": "^0.2.3",
"voxel-measure": "^0.1.2",
"voxel-mine": "^1.0.0",
"voxel-modal-dialog": "^1.0.1",
"voxel-outline": "^0.4.3",
"voxel-pickaxe": "^1.0.0",
"voxel-player": "^0.1.0",
"voxel-plugins-ui": "^0.3.0",
"voxel-pumpkin": "^1.0.0",
"voxel-quarry": "^0.2.0",
"voxel-reach": "^0.2.2",
"voxel-recipes": "^1.0.0",
"voxel-scriptblock": "^1.0.1",
"voxel-sfx": "^1.0.0",
"voxel-skyhook": "^0.1.1",
"voxel-sprint": "^0.1.0",
"voxel-use": "^1.0.0",
"voxel-voila": "^1.0.0",
"voxel-vr": "^0.1.1",
"voxel-webview": "^1.0.0",
"voxel-wireframe": "^0.6.0",
"voxel-wool": "^1.0.0",
"voxel-workbench": "^1.0.0",
"voxel-zen": "^1.0.0"
},
"engine": {
"node": "0.12.x"
},
"devDependencies": {
"beefy": "^2.1.6",
"browserify": "^13.0.1",
"watchify": "^3.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gg": "browserify game.js -o builtgame.js"
}
}