-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 864 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
36
37
38
39
40
41
{
"name": "",
"version": "0.3.0",
"description": "",
"main": "app.js",
"repository": {
"type": "git"
},
"scripts": {
"start": "budo app.js:bundle.js --host 0.0.0.0 --live --open -- -t babelify | bistre ",
"build": "browserify app.js -t babelify | bistre > bundle.js "
},
"keywords": [],
"author": "",
"license": "",
"dependencies": {
"isosurface": "^1.0.0",
"normals": "^1.0.1",
"scheduling": "1.0.3"
},
"browserify": {
"transform": [
"babelify",
"glslify"
]
},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"assets-loader": "^0.4.0",
"dat-gui": "*",
"obj-mtl-loader": "*",
"gsvpano": "*",
"tween.js": "*",
"gsap": "*",
"glslify": "*",
"babelify": "^7.2.0",
"bistre": "^1.0.1",
"browserify": "^11.1.0",
"gl-matrix": "^2.3.2"
}
}