-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
{
"name": "glo-shader",
"version": "1.0.3",
"description": "a generic shader interface for WebGL",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"add-line-numbers": "^1.0.1",
"dprop": "^1.0.0",
"gl-shader-extract": "^1.0.2",
"glsl-extract-reflect": "^1.0.1",
"indexof-property": "^1.1.1"
},
"devDependencies": {
"@mattdesl/smokestack-webgl2": "^3.3.0",
"brfs": "^1.4.0",
"browserify": "^10.2.4",
"get-canvas-context": "^1.0.1",
"gl-mat4": "^1.1.4",
"glslify": "^2.2.1",
"hihat": "^1.2.1",
"smokestack": "^3.3.0",
"tap-dev-tool": "^1.3.0",
"tape": "^4.0.0",
"webgl-context": "^2.2.0"
},
"scripts": {
"test": "browserify test/*.js -t glslify -t brfs | smokestack --timeout=1000",
"start": "hihat test/test-*.js -p tap-dev-tool -t glslify"
},
"keywords": [
"shader",
"interface",
"API",
"webgl",
"gl"
],
"repository": {
"type": "git",
"url": "git://github.com/glo-js/glo-shader.git"
},
"homepage": "https://github.com/glo-js/glo-shader",
"bugs": {
"url": "https://github.com/glo-js/glo-shader/issues"
}
}