mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-17 02:54:15 +00:00
larry babby and threejs for glsl
This commit is contained in:
58
webGl/my-threejs-test/node_modules/glslify-bundle/package.json
generated
vendored
Normal file
58
webGl/my-threejs-test/node_modules/glslify-bundle/package.json
generated
vendored
Normal file
@@ -0,0 +1,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": "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": "^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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user