{
  "name": "@blinkmobile/canvas-manipulation",
  "description": "Helper functions for manipulating a HTMLCanvasElement",
  "version": "1.0.1",
  "author": "Matt Carroll <matt@blinkmobile.com.au> (https://github.com/mymattcarroll)",
  "bugs": {
    "url": "https://github.com/blinkmobile/canvas-manipulation/issues"
  },
  "devDependencies": {
    "babel-plugin-transform-es2015-modules-umd": "^6.22.0",
    "babel-preset-es2015": "^6.22.0",
    "del": "^2.2.2",
    "eslint": "^3.15.0",
    "eslint-config-standard": "^6.2.1",
    "eslint-plugin-node": "^4.0.0",
    "eslint-plugin-promise": "^3.4.1",
    "eslint-plugin-standard": "^2.0.1",
    "fixpack": "^2.3.1",
    "flow-bin": "^0.38.0",
    "gulp": "^3.9.1",
    "jasmine": "^2.5.3",
    "jasmine-core": "^2.5.2",
    "karma": "^1.3.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-detect-browsers": "^2.2.4",
    "karma-edge-launcher": "^0.2.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-jasmine": "^1.1.0",
    "karma-opera-launcher": "^1.0.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-safari-launcher": "^1.0.0",
    "opn-cli": "^3.1.0",
    "remark-cli": "^2.1.0",
    "remark-lint": "^5.4.0",
    "remark-preset-lint-recommended": "^1.0.0",
    "rollup": "^0.41.4",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-uglify": "^1.0.1"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/blinkmobile/canvas-manipulation#readme",
  "keywords": [
    "HTML5",
    "browser",
    "canvas"
  ],
  "license": "MIT",
  "main": "dist/canvas-manipulation.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blinkmobile/canvas-manipulation.git"
  },
  "scripts": {
    "build": "gulp",
    "eslint": "eslint --fix --cache .",
    "fixpack": "fixpack",
    "flow_check": "flow check",
    "poststart": "npm run watch",
    "posttest": "npm run eslint && npm run flow_check && npm run remark && npm run fixpack",
    "pretest": "npm run build",
    "remark": "remark . --preset lint-recommended",
    "start": "opn ./example/index.html",
    "test": "karma start",
    "watch": "gulp watch"
  }
}
