mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-16 18:44:15 +00:00
larry babby and threejs for glsl
This commit is contained in:
38
webGl/my-threejs-test/node_modules/glsl-token-scope/package.json
generated
vendored
Normal file
38
webGl/my-threejs-test/node_modules/glsl-token-scope/package.json
generated
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "glsl-token-scope",
|
||||
"version": "1.1.2",
|
||||
"description": "Infer the scope of each token in an array of GLSL tokens",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "node test | tap-spec",
|
||||
"start": "node test/eyeball"
|
||||
},
|
||||
"author": {
|
||||
"name": "Hugh Kennedy",
|
||||
"email": "hughskennedy@gmail.com",
|
||||
"url": "http://hughsk.io/"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"chalk": "^0.5.1",
|
||||
"glsl-token-depth": "^1.1.0",
|
||||
"glsl-tokenizer": "^2.0.0",
|
||||
"tap-spec": "^2.1.1",
|
||||
"tape": "^3.0.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/stackgl/glsl-token-scope.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ecosystem:stackgl",
|
||||
"glsl",
|
||||
"tokens",
|
||||
"syntax"
|
||||
],
|
||||
"homepage": "https://github.com/stackgl/glsl-token-scope",
|
||||
"bugs": {
|
||||
"url": "https://github.com/stackgl/glsl-token-scope/issues"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user