Added my seq file with an animation for the lighthouse
[faros-demo] / glsl-noise / package.json
1 {
2   "name": "glsl-noise",
3   "version": "0.0.0",
4   "description": "webgl-noise shaders ported to work with glslify",
5   "main": "index.js",
6   "scripts": {
7     "test": "echo \"Error: no test specified\" && exit 1"
8   },
9   "repository": {
10     "type": "git",
11     "url": "git://github.com/hughsk/glsl-noise.git"
12   },
13   "keywords": [
14     "glsl",
15     "noise",
16     "shader",
17     "perlin",
18     "simplex",
19     "webgl",
20     "glslify"
21   ],
22   "author": "Ian McEwan, Ashima Arts, Stefan Gustavson",
23   "license": "MIT",
24   "bugs": {
25     "url": "https://github.com/hughsk/glsl-noise/issues"
26   }
27 }