-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
97 lines (97 loc) · 2.35 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "epok-portfolio",
"version": "0.0.0",
"node-version": "7.2.0",
"browser": {},
"authors": [
"Eoghan O'Keeffe <keeffeoghan@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/keeffEoghan/portfolio.git"
},
"scripts": {
"gulp": "gulp",
"glslify": "glslify"
},
"browserify": {
"transform": [
"glslify"
]
},
"glslify": {
"transform": [
"glslify-import"
]
},
"dependencies": {
"animate-svg": "^1.0.1",
"babel-polyfill": "^6.16.0",
"bezier": "^0.1.0",
"clamp": "^1.0.1",
"dat-gui": "^0.5.0",
"getusermedia": "^1.3.7",
"gl-big-triangle": "^1.0.0",
"gl-context": "^0.1.1",
"gl-fbo": "^2.0.5",
"gl-geometry": "^3.1.1",
"gl-matrix": "^2.3.2",
"gl-shader": "^4.2.0",
"gl-texture2d": "^2.0.10",
"gl-texture2d-display": "^1.0.0",
"glsl-fxaa": "^3.0.0",
"glsl-hash-blur": "^1.0.3",
"glsl-luma": "^1.0.1",
"glsl-map": "^1.0.1",
"glsl-noise": "0.0.0",
"glsl-random": "0.0.5",
"hint.css": "^2.4.1",
"lerp": "^1.0.3",
"lodash": "^4.13.1",
"lookat-camera": "^1.0.0",
"mouse-event-offset": "^3.0.2",
"ndarray": "^1.0.18",
"pepjs": "^0.4.2",
"polyline-normals": "^2.0.2",
"prefixes": "^1.0.1",
"querystring": "^0.2.0",
"range-fit": "^0.1.1",
"reset.css": "^2.0.2",
"soundcloud-badge": "^1.1.0",
"to-source": "^2.0.3",
"vkey": "^1.0.0",
"web-audio-analyser": "^2.0.1",
"xhr": "^2.3.3"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"chalk": "^1.1.3",
"es6-promise": "^3.2.1",
"eslint": "^3.0.0",
"exports-loader": "^0.6.3",
"glslify": "^5.1.0",
"glslify-import": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"ify-loader": "^1.0.3",
"imports-loader": "^0.6.5",
"merge-stream": "^1.0.0",
"modernizr": "^3.3.1",
"raw-loader": "^0.5.1",
"read-package-json": "^2.0.4",
"vinyl-named": "^1.1.0",
"webpack": "^1.15.0",
"webpack-stream": "^3.2.0",
"yargs": "^4.7.1"
}
}