{
  "name": "grid2d",
  "version": "1.0.0",
  "description": "generate 2-dimensional grids and perform common operations on them",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "tsc test.ts && node test.js",
    "examples": "browserify example/basic.ts -p [ tsify ] > example/basic.js",
    "examples-watch": "watchify example/basic.ts -p [ tsify ] -o example/basic.js",
    "build": "tsc --declaration index.ts",
    "bundle": "browserify index.ts -p [tsify] --standalone grid2d > grid2d.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hapticdata/grid2d.git"
  },
  "keywords": [],
  "author": "Kyle Phillips <kyle@haptic-data.com> (http://hapticdata.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hapticdata/grid2d/issues"
  },
  "homepage": "https://github.com/hapticdata/grid2d.git",
  "devDependencies": {
    "@types/defaults": "^1.0.2",
    "@types/tape": "^4.2.31",
    "animitter": "^3.0.0",
    "browserify": "^15.2.0",
    "dat-gui": "^0.5.0",
    "tape": "^4.0.0",
    "tsify": "^3.0.4",
    "typescript": "^2.6.2",
    "watchify": "^3.10.0"
  },
  "dependencies": {
    "defaults": "^1.0.3"
  }
}
