-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "kindred-geometry",
"description": "Load and bind geometry data in WebGL",
"version": "1.2.2",
"license": "MIT",
"scripts": {
"posttest": "standard",
"start": "budo demo.js:bundle.js -- -t kindred-shader/transform",
"bundle": "browserify demo.js -o bundle.js -t kindred-shader/transform",
"preversion": "npm t",
"test": "node test | tspec"
},
"dependencies": {
"1t": "^0.1.0",
"array-pack-2d": "^1.0.0",
"compute-dtype": "^1.0.0",
"dtype": "^2.0.0",
"face-normals": "0.0.0",
"gl-to-dtype": "^1.1.0",
"is-typedarray": "^1.0.0",
"normals": "^1.1.0",
"shortid": "^2.2.6",
"unindex-mesh": "^2.0.0"
},
"devDependencies": {
"browserify": "^13.0.1",
"budo": "^8.3.0",
"bunny": "^1.0.1",
"canvas-fit": "^1.5.0",
"canvas-orbit-camera": "^1.0.2",
"gl-mat4": "^1.1.4",
"kindred-shader": "^1.0.1",
"standard": "^7.1.2",
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
},
"keywords": [
"ecosystem:kindred"
],
"repository": {
"type": "git",
"url": "https://github.com/kindredjs/kindred-geometry"
}
}