-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.44 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
{
"name": "glslify-bundle",
"version": "5.1.1",
"description": "Bundle a glslify-deps dependency tree into a GLSL source string",
"main": "index.js",
"license": "MIT",
"scripts": {
"pretest": "standard; true",
"test": "node test/_check-headless",
"test:linux": "xvfb-run -s '-ac -screen 0 1280x1024x24' npm run test:basic",
"test:basic": "node test | tap-spec"
},
"author": {
"name": "Hugh Kennedy",
"email": "[email protected]",
"url": "http://hughsk.io/"
},
"dependencies": {
"glsl-inject-defines": "^1.0.1",
"glsl-token-defines": "^1.0.0",
"glsl-token-depth": "^1.1.1",
"glsl-token-descope": "^1.0.2",
"glsl-token-scope": "^1.1.1",
"glsl-token-string": "^1.0.1",
"glsl-token-whitespace-trim": "^1.0.0",
"glsl-tokenizer": "^2.0.2",
"murmurhash-js": "^1.0.0",
"shallow-copy": "0.0.1"
},
"devDependencies": {
"gl": "^4.1.1",
"gl-shader": "^4.0.6",
"glslify-deps": "^1.2.1",
"standard": "^12.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.1",
"which": "^1.3.1"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glslify-bundle.git"
},
"keywords": [
"ecosystem:stackgl",
"glslify",
"glsl",
"shader",
"bundle",
"module",
"system",
"tool",
"webgl"
],
"homepage": "https://github.com/stackgl/glslify-bundle",
"bugs": {
"url": "https://github.com/stackgl/glslify-bundle/issues"
}
}