{
  "name": "rasterizehtml",
  "title": "rasterizeHTML.js",
  "version": "1.4.1",
  "description": "Renders HTML into the browser's canvas.",
  "keywords": [
    "canvas",
    "HTML"
  ],
  "homepage": "http://www.github.com/cburgmer/rasterizeHTML.js",
  "bugs": "https://github.com/cburgmer/rasterizeHTML.js/issues",
  "license": "MIT",
  "author": {
    "name": "Christoph Burgmer",
    "email": "christoph.burgmer@gmail.com"
  },
  "directories": {
    "lib": "./src/",
    "example": "./examples/"
  },
  "main": "dist/rasterizeHTML.js",
  "types": "dist/rasterizeHTML.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/cburgmer/rasterizeHTML.js.git"
  },
  "dependencies": {
    "inlineresources": "^1.2.0",
    "sane-domparser-error": "~0.2.0",
    "url": "~0.11.0",
    "xmlserializer": "~0.6.0"
  },
  "devDependencies": {
    "grunt": "^1.4.1",
    "grunt-browserify": "^6.0.0",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^2.0.0",
    "grunt-contrib-connect": "^3.0.0",
    "grunt-contrib-jasmine": "^4.0.0",
    "grunt-contrib-jshint": "^3.1.1",
    "grunt-contrib-uglify": "^5.0.1",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-umd": "^3.0.0",
    "imagediff": "git://github.com/HumbleSoftware/js-imagediff.git#5edce005fe",
    "jasmine-core": "^5.13.0",
    "prettier": "^2.5.1",
    "puppeteer": "^24.29.1"
  },
  "prettier": {
    "tabWidth": 4
  },
  "scripts": {
    "test": "grunt && prettier -c test src Gruntfile.js && ./test/integrationTest.js"
  }
}
