{
  "name": "canvas-to-blob",
  "version": "1.0.0",
  "description": "Canvas toBlob polyfill",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/remixz/canvas-to-blob.git"
  },
  "keywords": [
    "canvas",
    "polyfill",
    "blob"
  ],
  "author": "Zach Bruggeman <mail@bruggie.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/remixz/canvas-to-blob/issues"
  },
  "homepage": "https://github.com/remixz/canvas-to-blob",
  "devDependencies": {
    "prettier": "1.17.1"
  },
  "scripts": {
    "lint": "prettier --check index.js",
    "format": "prettier --write index.js"
  },
  "prettier": {
    "singleQuote": true
  }
}
