-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 967 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
{
"name": "gl1",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "watchify index.js -o bundle.js --debug --verbose & st --no-cache",
"build": "browserify index.js -o bundle.js --debug --verbose"
},
"browserify": {
"transform": [
"brfs",
"glslify"
]
},
"dependencies": {
"brfs": "^1.2.0",
"glslify": "^2.0.0",
"browserify": "^7.0.0",
"bunny": "^1.0.1",
"canvas-fit": "^1.2.0",
"canvas-orbit-camera": "^1.0.1",
"face-normals": "0.0.0",
"gl-context": "^0.1.1",
"gl-geometry": "^1.0.2",
"gl-matrix": "^2.1.0",
"gl-shader-core": "^2.2.0",
"gl-shader": "^4.2.0",
"gl-texture2d": "^2.0.10",
"st": "^0.5.2",
"unindex-mesh": "^1.0.1",
"watchify": "^2.1.1"
},
"private": true
}