UNPKG

734 BJSONView Raw
1{
2 "name": "indev",
3 "version": "3.0.5",
4 "description": "Minecraft-style terrain generation seeded noise functions",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/modulesio/indev.git"
12 },
13 "keywords": [
14 "minecraft",
15 "terrain",
16 "generation",
17 "seed",
18 "simplex",
19 "perlin",
20 "noise"
21 ],
22 "author": "a@modules.io",
23 "license": "ISC",
24 "bugs": {
25 "url": "https://github.com/modulesio/indev/issues"
26 },
27 "homepage": "https://github.com/modulesio/indev#readme",
28 "dependencies": {
29 "alea": "0.0.9",
30 "fast-simplex-noise": "^2.1.1",
31 "fast-uniform-noise": ""
32 }
33}