UNPKG

perlin-simplex

Version:
26 lines (25 loc) 595 B
{ "name": "perlin-simplex", "version": "0.0.3", "description": "Simplex Perlin noise", "main": "index.js", "scripts": { "test": "node test/index.js", "example": "node example/index.js" }, "repository": { "type": "git", "url": "git://github.com/davidguttman/perlin-simplex.git" }, "keywords": [ "noise", "perlin", "simplex" ], "author": "Sean McCullough <banksean@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/davidguttman/perlin-simplex/issues" }, "homepage": "https://github.com/davidguttman/perlin-simplex" }