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:
33
webGl/my-threejs-test/node_modules/glsl-resolve/package.json
generated
vendored
Normal file
33
webGl/my-threejs-test/node_modules/glsl-resolve/package.json
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "glsl-resolve",
|
||||
"description": "A wrapper for the \"resolve\" module that targets GLSL shaders instead of JavaScript",
|
||||
"version": "0.0.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"resolve": "^0.6.1",
|
||||
"xtend": "^2.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tape": "^2.10.2",
|
||||
"faucet": "^0.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test | faucet"
|
||||
},
|
||||
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
|
||||
"license": "MIT",
|
||||
"homepage": "http://hughsk.github.io/glsl-resolve",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hughsk/glsl-resolve"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/hughsk/glsl-resolve/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"glsl",
|
||||
"resolve",
|
||||
"shader",
|
||||
"modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user