-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 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
{
"name": "gl-shader-output",
"version": "2.0.1",
"description": "test a shader's gl_FragColor output on a 1x1 canvas",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"gl-fbo": "^2.0.5",
"webgl-context": "^2.1.1",
"gl-shader": "^4.2.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"faucet": "0.0.1",
"glslify": "^5.0.2",
"semistandard": "^7.0.5",
"smokestack": "^3.2.0",
"tap-closer": "^1.0.0",
"tape": "^3.4.0",
"test-fuzzy-array": "^1.0.1",
"wzrd": "^1.2.1"
},
"scripts": {
"dev": "wzrd test/test.js -- -t glslify",
"test": "semistandard && browserify test/test.js -t glslify | tap-closer | smokestack | faucet"
},
"keywords": [
"test",
"shader",
"ecosystem:stackgl",
"stackgl",
"stack.gl",
"unit",
"testing",
"glsl",
"fragment",
"glslify"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/gl-shader-output.git"
},
"homepage": "https://github.com/Jam3/gl-shader-output",
"bugs": {
"url": "https://github.com/Jam3/gl-shader-output/issues"
}
}