-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.3 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "terrarium",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "budo index.js --css /styles/main.css --live",
"build": "./build.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tweenjs/tween.js": "github:tdhooper/tween.js",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"benchmark": "^2.1.4",
"brfs": "^1.4.3",
"budo": "^9.4.7",
"cga": "github:YCAMInterlab/cga.js",
"from2-string": "^1.1.0",
"glslify": "^6.1.0",
"guf": "github:YCAMInterlab/guf.js",
"howler": "^2.0.5",
"jquery": "^3.2.1",
"mda": "github:YCAMInterlab/mda.js",
"node-version-assets": "^1.2.0",
"polyhedra": "^1.0.0",
"random-seed": "^0.3.0",
"stats.js": "^0.17.0",
"three": "^0.88",
"ThreeCSG": "github:tdhooper/ThreeCSG",
"threejs-slice-geometry": "^0.1.1",
"uglify-js": "^3.1.5",
"what-input": "^5.0.3"
},
"devDependencies": {
"babelify": "^7.3.0",
"ractive": "^0.9.7"
},
"browserify": {
"transform": [
[
"babelify",
{
"comments": false,
"presets": [
"env"
]
}
],
"glslify",
"brfs"
]
}
}