{
  "name": "atum",
  "version": "1.0.0",
  "description": "A Procedural Graph Based Javascript Library",
  "main": "./src/main.js",
  "dependencies": {
    "dat.gui": "^0.6.1",
    "grunt": "^1.0.1",
    "js-noise": "^0.1.3",
    "noisejs": "^2.1.0",
    "poisson-disk-sample": "git+https://github.com/Evelios/poisson-disk-sample.git",
    "seedrandom": "^2.4.3",
    "tinyqueue": "^1.2.3",
    "voronoi": "git+https://github.com/gorhill/Javascript-Voronoi.git"
  },
  "devDependencies": {
    "almost-equal": "^1.1.0",
    "babel-cli": "^6.26.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-builtin-extend": "^1.1.2",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^7.3.0",
    "browserify": "^14.4.0",
    "grunt-browserify": "^5.2.0",
    "grunt-contrib-uglify": "^3.1.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-jsdoc": "^2.1.1",
    "grunt-watchify": "^0.1.0",
    "jaguarjs-jsdoc-patched": "0.0.5",
    "jaguarjs-jsdoc-patched-2": "0.0.6",
    "load-grunt-config": "^0.19.2",
    "load-grunt-tasks": "^3.5.2",
    "tape": "^4.8.0",
    "tui-jsdoc-template": "^1.2.2"
  },
  "scripts": {
    "init": "if not exist \"build\" mkdir build",
    "clean": "if exist \"build\" rd /s /q \"build\"",
    "prebuild": "npm run clean && npm run init",
    "build:single": "echo \"Not Implemented\"",
    "build": "echo \"Not Implemented\"",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Evelios/Atum.git"
  },
  "keywords": [
    "Atum",
    "Procedural",
    "Generative",
    "Graph",
    "Javascript"
  ],
  "author": "Thomas Waters",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Evelios/Atum/issues"
  },
  "homepage": "https://github.com/Evelios/Atum#readme"
}
