-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.54 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
{
"name": "ios-video-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"a-big-triangle": "^1.0.2",
"callback-timeout": "^2.0.0",
"canvas-loop": "^1.0.6",
"color-luminance": "^2.1.0",
"defined": "^1.0.0",
"events": "^1.1.0",
"get-canvas-context": "^1.0.1",
"gl-shader": "^4.0.5",
"gl-texture2d": "^2.0.10",
"glo-texture": "^1.0.1",
"glsl-blend-soft-light": "^1.0.5",
"glsl-crosshatch-filter": "^1.0.0",
"glsl-luma": "^1.0.1",
"is-power-of-two": "^1.0.0",
"map-limit": "0.0.1",
"object-assign": "^4.0.1",
"query-string": "^3.0.0",
"raf": "^3.1.0",
"raf-loop": "^1.1.3",
"right-now": "^1.0.0",
"run-parallel": "^1.1.4",
"stackblur": "^1.0.0",
"webgl-context": "^2.2.0"
},
"devDependencies": {
"browserify": "^12.0.1",
"budo": "^8.1.0",
"glsl-film-grain": "^1.0.2",
"glsl-halftone": "^1.0.4",
"glslify": "^5.0.2",
"uglify-js": "^2.5.0"
},
"scripts": {
"test": "node test.js",
"start": "budo index.js:bundle.js --live -- -t glslify",
"build": "browserify index.js -t glslify | uglifyjs -cm > bundle.js"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/ios-video-test.git"
},
"homepage": "https://github.com/Jam3/ios-video-test",
"bugs": {
"url": "https://github.com/Jam3/ios-video-test/issues"
}
}