mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
a1fcaabed6
And start using it for boolean operation unit tests.
49 lines
1,005 B
JSON
49 lines
1,005 B
JSON
{
|
|
"name": "paper",
|
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
|
"license": "MIT",
|
|
"homepage": "http://paperjs.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/paperjs/paper.js"
|
|
},
|
|
"bugs": "https://github.com/paperjs/paper.js/issues",
|
|
"authors": [
|
|
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
|
|
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
|
],
|
|
"main": "dist/paper-full.js",
|
|
"ignore": [
|
|
"build",
|
|
"components",
|
|
"dist/paper-node.js",
|
|
"projects",
|
|
"node_modules",
|
|
"package.json",
|
|
"src",
|
|
"test"
|
|
],
|
|
"devDependencies": {
|
|
"straps": "~1.7.2",
|
|
"acorn": "~0.5.0",
|
|
"qunit": "~1.20.0",
|
|
"resemblejs": "~2.0.1",
|
|
"stats.js": "r14"
|
|
},
|
|
"keywords": [
|
|
"vector",
|
|
"graphic",
|
|
"graphics",
|
|
"2d",
|
|
"geometry",
|
|
"bezier",
|
|
"curve",
|
|
"curves",
|
|
"path",
|
|
"paths",
|
|
"canvas",
|
|
"svg",
|
|
"paper",
|
|
"paper.js"
|
|
]
|
|
}
|