{
  "name": "paper-jsdom-canvas",
  "version": "0.12.18",
  "description": "The Swiss Army Knife of Vector Graphics Scripting, packaged for Node.js with rendering to Node-Canvas",
  "license": "MIT",
  "homepage": "http://paperjs.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/paperjs/paper-jsdom-canvas"
  },
  "bugs": "https://github.com/paperjs/paper.js/issues",
  "author": "Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
  "main": "index.js",
  "files": [
    "index.js",
    "README.md"
  ],
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "canvas": "^2.11.2",
    "jsdom": "^16.7.0",
    "paper": "0.12.18",
    "source-map-support": "^0.5.21"
  },
  "keywords": [
    "vector",
    "graphic",
    "graphics",
    "2d",
    "geometry",
    "bezier",
    "curve",
    "curves",
    "path",
    "paths",
    "canvas",
    "svg",
    "paper",
    "paper.js",
    "paperjs"
  ]
}