{
  "name": "tooloud",
  "version": "2.0.4",
  "description": "Collection of noise functions written in JavaScript",
  "main": "index.js",
  "dependencies": {},
  "scripts": {
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jackunion/tooloud.git"
  },
  "keywords": [
    "Perlin",
    "Simplex",
    "Worley",
    "Fractal",
    "noise"
  ],
  "author": "jackunion",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jackunion/tooloud/issues"
  },
  "homepage": "https://github.com/jackunion/tooloud#readme",
  "devDependencies": {
    "webpack": "^4.23.1",
    "webpack-cli": "^3.1.2"
  }
}
