forked from shama/voxel-texture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "voxel-texture",
"description": "A texture helper for voxeljs",
"version": "0.5.6",
"homepage": "https://github.com/shama/voxel-texture",
"author": {
"name": "Kyle Robinson Young",
"email": "[email protected]",
"url": "http://dontkry.com"
},
"repository": {
"type": "git",
"url": "git://github.com/shama/voxel-texture.git"
},
"bugs": {
"url": "https://github.com/shama/voxel-texture/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shama/voxel-texture/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"start": "cd example && ../node_modules/.bin/browservefy world.js 8080 -- -d",
"gh-pages": "cp -R ./example/* ./ && browserify world.js -o world.js"
},
"dependencies": {
"tic": "~0.2.0",
"atlaspack": "~0.2.4"
},
"devDependencies": {
"voxel-engine": "~0.17.1",
"voxel-debris": "~0.0.4",
"browservefy": "0.0.10",
"voxel-player": "~0.1.0"
},
"keywords": [
"voxel",
"texture"
]
}