paper-jsdom
Version:
The Swiss Army Knife of Vector Graphics Scripting, packaged for headless use in Node.js
43 lines • 890 B
JSON
{
"name": "paper-jsdom",
"version": "0.12.18",
"description": "The Swiss Army Knife of Vector Graphics Scripting, packaged for headless use in Node.js",
"license": "MIT",
"homepage": "http://paperjs.org",
"repository": {
"type": "git",
"url": "https://github.com/paperjs/paper-jsdom"
},
"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": {
"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"
]
}