-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "glslify-deps",
"version": "1.3.2",
"scripts": {
"test": "node test | tap-spec",
"coverage": "istanbul cover test/index.js && http-server coverage/lcov-report/glslify-deps"
},
"dependencies": {
"@choojs/findup": "^0.2.0",
"events": "^3.2.0",
"glsl-resolve": "0.0.1",
"glsl-tokenizer": "^2.0.0",
"graceful-fs": "^4.1.2",
"inherits": "^2.0.1",
"map-limit": "0.0.1",
"resolve": "^1.0.0"
},
"devDependencies": {
"glsl-random": "0.0.4",
"glslify-hex": "^2.0.0",
"istanbul": "^0.3.5",
"tap-spec": "^4.1.1",
"tape": "^3.0.2"
},
"description": "Walk the dependency graph of a glslify shader.",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackgl/glslify-deps.git"
},
"author": "Hugh Kennedy <[email protected]> (http://hughsk.io/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/stackgl/glslify-deps/issues"
},
"homepage": "https://github.com/stackgl/glslify-deps#readme"
}