{
  "name": "data-canvas",
  "version": "0.1.1",
  "description": "Improved event handling and testing for the HTML5 canvas",
  "main": "index.js",
  "browserify": "src/data-canvas.js",
  "scripts": {
    "test": "mocha-phantomjs test/runner.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hammerlab/data-canvas.git"
  },
  "keywords": [
    "canvas"
  ],
  "author": "Dan Vanderkam (danvdk@gmail.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hammerlab/data-canvas/issues"
  },
  "homepage": "https://github.com/hammerlab/data-canvas#readme",
  "devDependencies": {
    "chai": "^3.3.0",
    "coveralls": "^2.11.4",
    "istanbul": "^0.3.21",
    "mocha": "^2.3.3",
    "mocha-phantomjs": "3.5.3",
    "mocha-phantomjs-istanbul": "0.0.2",
    "phantomjs": "^1.9.18"
  }
}
