-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.59 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.59 KB
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
{
"name": "angest-wow",
"version": "0.0.1",
"description": "",
"main": "scripts/dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jakob Stasilowicz <[email protected]> (https://stasilo.se)",
"license": "MIT",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"baboon-image": "^2.1.0",
"browserify": "^14.4.0",
"fps-sampler": "^1.1.0",
"glsl-blend-overlay": "^1.0.5",
"glsl-fxaa": "^3.0.0",
"glsl-hsv2rgb": "^1.0.0",
"glsl-luma": "^1.0.1",
"glsl-map": "^1.0.1",
"glsl-noise": "0.0.0",
"glsl-y-rotate": "^2.0.0",
"glslify": "^6.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-glslify": "git+https://github.com/yuichiroharai/gulp-glslify.git",
"gulp-noop": "^1.0.0",
"gulp-sass": "^3.1.0",
"gulp-server-livereload": "^1.9.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"in-viewport": "^3.6.0",
"lodash.chunk": "^4.2.0",
"mouse-change": "^1.4.0",
"mouse-position": "^2.0.1",
"query-string": "^5.0.0",
"regl": "^1.3.1",
"stringify": "^5.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}