-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.15 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
{
"name": "budo-boilderplate",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"dependencies": {
"computed-style": "0.3.0",
"dat-gui": "0.5.0",
"dom-css": "^1.1.1",
"gl-matrix": "^2.3.1",
"glsl-random": "^0.0.5",
"glsl-noise": "^0.0.0",
"glsl-fxaa": "^3.0.0",
"incremental-convex-hull": "^1.0.1",
"min-signal": "^0.0.5",
"mout": "0.11",
"quick-loader": "^0.1.4",
"raf": "3.0.0",
"stats.js": "mrdoob/stats.js",
"three": "file:./src/libs/global_three/",
"underscore": "^1.8.3",
"ws": "^0.8.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babelify": "^8.0.0",
"browserify": "^13.0.0",
"budo": "^11.0.1",
"bundle-collapser": "^1.2.1",
"dirlist": "^1.0.2",
"glslify": "^5.0.2",
"hasha": "^2.2.0",
"installify": "^1.0.2",
"map-limit": "0.0.1",
"minifyify": "^7.1.0",
"minimist": "^1.2.0",
"opn": "^4.0.0",
"pinkie-promise": "^2.0.0",
"simple-html-index": "^1.1.2",
"uglify-js": "^2.6.1"
},
"scripts": {
"dev": "node dev.js",
"build": "node build.js"
},
"author": "",
"license": "MIT"
}