-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 990 Bytes
/
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
{
"name": "gl-blend-demo",
"version": "2.0.0",
"description": "an example scene which blends foreground and background images",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"a-big-triangle": "^1.0.0",
"baboon-image": "^1.0.0",
"gl-texture2d": "^2.0.8",
"lena": "^1.0.0",
"webgl-context": "^2.1.1",
"xtend": "^4.0.0"
},
"devDependencies": {
"standard": "^3.3.2"
},
"scripts": {
"test": "standard"
},
"keywords": [
"ecosystem:stackgl",
"stack.gl",
"stackgl",
"blend",
"blending",
"glsl",
"photoshop",
"test",
"example",
"demo"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/gl-blend-demo.git"
},
"homepage": "https://github.com/Jam3/gl-blend-demo",
"bugs": {
"url": "https://github.com/Jam3/gl-blend-demo/issues"
}
}