Initial project import
This commit is contained in:
27
node_modules/glsl-noise/package.json
generated
vendored
Normal file
27
node_modules/glsl-noise/package.json
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "glsl-noise",
|
||||
"version": "0.0.0",
|
||||
"description": "webgl-noise shaders ported to work with glslify",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hughsk/glsl-noise.git"
|
||||
},
|
||||
"keywords": [
|
||||
"glsl",
|
||||
"noise",
|
||||
"shader",
|
||||
"perlin",
|
||||
"simplex",
|
||||
"webgl",
|
||||
"glslify"
|
||||
],
|
||||
"author": "Ian McEwan, Ashima Arts, Stefan Gustavson",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/hughsk/glsl-noise/issues"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user