File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " voxelize" ,
3
+ "version" : " 0.0.0" ,
4
+ "description" : " Voxelizes a mesh into an ndarray" ,
5
+ "main" : " index.js" ,
6
+ "directories" : {
7
+ "example" : " example"
8
+ },
9
+ "dependencies" : {
10
+ "ndarray" : " ~0.2.4" ,
11
+ "rle-ndarray" : " ~0.0.0" ,
12
+ "rle-rasterize" : " ~0.0.6"
13
+ },
14
+ "devDependencies" : {
15
+ "bunny" : " ~1.0.0" ,
16
+ "tape" : " ~1.0.4"
17
+ },
18
+ "scripts" : {
19
+ "test" : " tap test/*.js"
20
+ },
21
+ "repository" : {
22
+ "type" : " git" ,
23
+ "url" : " git://github.com/mikolalysenko/voxelize.git"
24
+ },
25
+ "keywords" : [
26
+ " voxelize" ,
27
+ " ndarray" ,
28
+ " mesh"
29
+ ],
30
+ "author" : " Mikola Lysenko" ,
31
+ "license" : " MIT" ,
32
+ "readmeFilename" : " README.md" ,
33
+ "gitHead" : " 8d03823cf0a07f62afb8778e98128e3b43007137" ,
34
+ "bugs" : {
35
+ "url" : " https://github.com/mikolalysenko/voxelize/issues"
36
+ }
37
+ }
Original file line number Diff line number Diff line change
1
+ //FIXME: test this somehow
You can’t perform that action at this time.
0 commit comments