41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
|
{
|
||
|
"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 <hughskennedy@gmail.com> (http://hughsk.io/)",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/stackgl/glslify-deps/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/stackgl/glslify-deps#readme"
|
||
|
}
|