2013-06-27 05:57:58 -04:00
|
|
|
{
|
|
|
|
"name": "paper",
|
2014-04-06 06:47:22 -04:00
|
|
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
2014-04-06 18:35:08 -04:00
|
|
|
"license": "MIT",
|
2014-04-06 06:47:22 -04:00
|
|
|
"homepage": "http://paperjs.org",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/paperjs/paper.js"
|
|
|
|
},
|
2015-08-21 11:36:48 -04:00
|
|
|
"bugs": "https://github.com/paperjs/paper.js/issues",
|
2014-04-06 06:47:22 -04:00
|
|
|
"authors": [
|
|
|
|
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
|
|
|
|
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
|
|
|
],
|
2014-04-06 07:44:19 -04:00
|
|
|
"main": "dist/paper-full.js",
|
2013-06-27 05:57:58 -04:00
|
|
|
"ignore": [
|
|
|
|
"build",
|
2013-06-27 06:02:40 -04:00
|
|
|
"components",
|
2013-06-27 17:53:34 -04:00
|
|
|
"dist/paper-node.js",
|
2013-06-27 05:57:58 -04:00
|
|
|
"projects",
|
|
|
|
"node_modules",
|
2013-06-27 06:02:40 -04:00
|
|
|
"package.json",
|
2013-06-27 05:57:58 -04:00
|
|
|
"src",
|
2013-06-27 06:02:40 -04:00
|
|
|
"test"
|
2013-06-27 05:57:58 -04:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
2015-08-18 06:17:39 -04:00
|
|
|
"straps": "~1.7.2",
|
2014-10-08 18:17:16 -04:00
|
|
|
"acorn": "~0.4.0",
|
2013-06-27 07:21:06 -04:00
|
|
|
"stats.js": "r11"
|
2014-04-06 18:35:08 -04:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"vector",
|
|
|
|
"graphic",
|
|
|
|
"graphics",
|
|
|
|
"2d",
|
|
|
|
"geometry",
|
|
|
|
"bezier",
|
|
|
|
"curve",
|
|
|
|
"curves",
|
|
|
|
"path",
|
|
|
|
"paths",
|
|
|
|
"canvas",
|
|
|
|
"svg",
|
|
|
|
"paper",
|
|
|
|
"paper.js"
|
|
|
|
]
|
2013-06-27 05:57:58 -04:00
|
|
|
}
|