UNPKG

spatial-noise

Version:
46 lines (45 loc) 837 B
{ "name": "spatial-noise", "version": "1.0.0", "description": "Spatially deterministic noise generators", "main": "prng.js", "directories": { "test": "test" }, "dependencies": { "float-bits": "^1.0.0", "hash-int": "^1.0.0" }, "devDependencies": { "raf": "~0.0.1", "tape": "^2.12.3" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/mikolalysenko/spatial-noise.git" }, "keywords": [ "spatial", "noise", "hash", "1D", "2D", "3D", "ND", "random", "procedural", "generation", "float", "coordinate", "4D", "integer", "seed" ], "author": "Mikola Lysenko", "license": "MIT", "readmeFilename": "README.md", "gitHead": "d9c16424fb35b978b603f9804e725318ce0a9ae1" }