{ "name": "glslify-bundle", "version": "5.0.0", "description": "Bundle a glslify-deps dependency tree into a GLSL source string", "main": "index.js", "license": "MIT", "scripts": { "test": "standard; node test | tap-spec" }, "author": { "name": "Hugh Kennedy", "email": "hughskennedy@gmail.com", "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": "^2.1.5", "gl-shader": "^4.0.6", "glslify-deps": "^1.2.1", "standard": "^5.4.1", "tape": "^3.5.0" }, "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" } }