mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
48 lines
975 B
JSON
48 lines
975 B
JSON
{
|
|
"name": "paper",
|
|
"version": "0.9.18",
|
|
"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"
|
|
},
|
|
"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.5.1",
|
|
"acorn": "git://github.com/paperjs/acorn#0.3.2",
|
|
"esprima": "~1.0.3",
|
|
"stats.js": "r11"
|
|
},
|
|
"keywords": [
|
|
"vector",
|
|
"graphic",
|
|
"graphics",
|
|
"2d",
|
|
"geometry",
|
|
"bezier",
|
|
"curve",
|
|
"curves",
|
|
"path",
|
|
"paths",
|
|
"canvas",
|
|
"svg",
|
|
"paper",
|
|
"paper.js"
|
|
]
|
|
}
|