tumult
Version:
A Javascript noise library
44 lines (43 loc) • 1.14 kB
JSON
{
"name": "tumult",
"author": "Philip Scott",
"version": "3.0.14",
"license": "MIT",
"description": "A Javascript noise library",
"main": "index.js",
"scripts": {
"lint": "standard",
"fix": "standard --fix",
"test": "standard && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"build": "parcel build --global tumult --out-dir dist --out-file tumult.min.js index.js",
"pages": "parcel build demo/index.html --out-dir pages --public-url '.'",
"travis-deploy-once": "travis-deploy-once --pro",
"semantic-release": "semantic-release"
},
"keywords": [
"noise",
"perlin",
"perlin noise",
"simplex",
"simplex noise",
"procedural generation"
],
"dependencies": {
"random-seed": "^0.3.0"
},
"devDependencies": {
"ava": "^1.1.0",
"coveralls": "^3.0.2",
"nyc": "^14.1.1",
"parcel-bundler": "^1.10.3",
"semantic-release": "^15.12.1",
"standard": "^12.0.1",
"terrapaint": "^2.0.1",
"travis-deploy-once": "^5.0.9"
},
"repository": {
"type": "git",
"url": "https://github.com/ScottyFillups/tumult.git"
}
}