-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 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-turntable-camera",
"version": "1.0.0",
"scripts": {
"start": "budo demo.js:bundle.js"
},
"dependencies": {
"babel-plugin-transform-es2015-block-scoping": "^6.10.1",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"babelify": "^7.3.0",
"gl-mat3": "^1.0.0",
"gl-mat4": "^1.1.4",
"gl-quat": "^1.0.0",
"gl-vec3": "^1.0.3",
"glsl-aastep": "^1.0.1",
"glsl-pi": "^1.0.0",
"kindred-component": "^1.0.0",
"kindred-node": "^1.0.0",
"kindred-shader": "^1.0.0",
"mouse-wheel": "^1.2.0",
"primitive-plane": "^1.0.1",
"touch-position": "^2.0.0"
},
"browserify": {
"transform": [
"kindred-shader/transform",
"babelify"
]
},
"babel": {
"plugins": [
"transform-es2015-classes",
"transform-es2015-block-scoping"
]
},
"devDependencies": {
"budo": "^8.3.0",
"canvas-orbit-camera": "^1.0.2",
"gl": "^4.0.2",
"gl-mat4": "^1.1.4",
"icosphere": "^1.0.0",
"tape": "^4.6.0"
}
}