mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-18 03:14:40 +00:00
larry babby and threejs for glsl
This commit is contained in:
48
webGl/my-threejs-test/node_modules/glsl-token-assignments/package.json
generated
vendored
Normal file
48
webGl/my-threejs-test/node_modules/glsl-token-assignments/package.json
generated
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "glsl-token-assignments",
|
||||
"version": "2.0.2",
|
||||
"description": "Take an array of GLSL tokens and determine which tokens are either assignments or variable declarations.",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "npm run test:node && npm run test:browser",
|
||||
"test:node": "node test | tap-spec",
|
||||
"test:eyeball": "PRETTY=1 node test > /dev/null",
|
||||
"test:browser": "browserify -t 6to5ify test | tap-closer | smokestack | tap-spec",
|
||||
"test:browser:view": "browserify -t 6to5ify test | smokestack | tap-spec"
|
||||
},
|
||||
"author": {
|
||||
"name": "Hugh Kennedy",
|
||||
"email": "hughskennedy@gmail.com",
|
||||
"url": "http://hughsk.io/"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"6to5": "^2.4.8",
|
||||
"6to5ify": "^3.1.0",
|
||||
"browserify": "^8.0.3",
|
||||
"chalk": "^0.5.1",
|
||||
"glsl-tokenizer": "^2.0.0",
|
||||
"smokestack": "^3.0.0",
|
||||
"tap-closer": "^1.0.0",
|
||||
"tap-spec": "^2.1.2",
|
||||
"tape": "^3.0.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/stackgl/glsl-token-assignments.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ecosystem:stackgl",
|
||||
"pseudoparser",
|
||||
"syntax",
|
||||
"glsl",
|
||||
"tokens",
|
||||
"assignments",
|
||||
"declarations"
|
||||
],
|
||||
"homepage": "https://github.com/stackgl/glsl-token-assignments",
|
||||
"bugs": {
|
||||
"url": "https://github.com/stackgl/glsl-token-assignments/issues"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user