forked from gbatha/PolyBranch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.32 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
{
"name": "PolyBranch",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/razh/PolyBranch.git"
},
"author": "razh",
"private": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/razh/PolyBranch/issues"
},
"homepage": "https://github.com/razh/PolyBranch",
"dependencies": {
"cannon": "^0.6.2",
"dat-gui": "^0.5.0",
"glsl-noise": "0.0.0",
"jquery": "^2.1.3",
"lodash": "^3.6.0",
"simplex-noise": "^2.1.1",
"stackblur": "^1.0.0",
"three": "^0.70.0",
"tone": "^0.4.2",
"velocity-animate": "^1.2.2"
},
"devDependencies": {
"babelify": "^6.0.2",
"browser-sync": "^2.5.3",
"browserify": "^9.0.8",
"bundle-collapser": "^1.1.4",
"del": "^1.1.1",
"glslify": "^2.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-buffer": "0.0.2",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^0.10.0",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"nib": "^1.1.0",
"normalize.css": "^3.0.3",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0",
"yargs": "^3.7.1"
}
}