-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 917 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
36
37
38
39
40
41
42
{
"name": "voxel-stitch",
"description": "atlaspack block textures from voxel-registry",
"version": "1.0.1",
"main": "stitch.js",
"repository": {
"type": "git",
"url": "git@github.com:deathcap/voxel-stitch.git"
},
"keywords": [
"atlas",
"atlaspack",
"textures",
"blocks",
"voxel"
],
"dependencies": {
"rect-mip-map": "^0.1.0",
"artpacks": "^1.0.0",
"ndarray": "^1.0.16",
"inherits": "^2.0.1",
"toarray": "0.0.1",
"atlaspack": "^0.2.7",
"cube-side-array": "^0.1.0",
"save-pixels": "^0.3.0",
"gl-texture2d": "^1.0.1",
"touchup": "^1.0.0",
"ndarray-hash": "0.0.0"
},
"scripts": {
"start": "beefy demo.js 9977"
},
"peerDependencies": {},
"license": "MIT",
"devDependencies": {
"tape": "^2.12.2",
"gl-tile-map": "^0.3.0",
"gl-now": "^1.0.1",
"gl-shader": "^4.0.0",
"tile-mip-map": "^0.2.1"
}
}