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:
32
webGl/my-threejs-test/node_modules/glsl-token-string/package.json
generated
vendored
Normal file
32
webGl/my-threejs-test/node_modules/glsl-token-string/package.json
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "glsl-token-string",
|
||||
"version": "1.0.1",
|
||||
"description": "Converts an array of GLSL tokens to a plain source string",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "node test | tap-spec"
|
||||
},
|
||||
"author": {
|
||||
"name": "Hugh Kennedy",
|
||||
"email": "hughskennedy@gmail.com",
|
||||
"url": "http://hughsk.io/"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"glsl-tokenizer": "^2.0.0",
|
||||
"tap-spec": "^2.1.2",
|
||||
"tape": "^3.0.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/stackgl/glsl-token-string.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ecosystem:stackgl"
|
||||
],
|
||||
"homepage": "https://github.com/stackgl/glsl-token-string",
|
||||
"bugs": {
|
||||
"url": "https://github.com/stackgl/glsl-token-string/issues"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user