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": [
|
2020-05-23 16:24:42 -04:00
|
|
|
"Jürg Lehni <juerg@scratchdisk.com> (http://juerglehni.com)",
|
|
|
|
"Jonathan Puckey <jonathan@puckey.studio> (http://puckey.studio)"
|
2014-04-06 06:47:22 -04:00
|
|
|
],
|
2014-04-06 07:44:19 -04:00
|
|
|
"main": "dist/paper-full.js",
|
2013-06-27 05:57:58 -04:00
|
|
|
"ignore": [
|
2016-07-09 15:31:25 -04:00
|
|
|
"package.json",
|
|
|
|
"gulpfile.js",
|
2016-07-09 14:56:58 -04:00
|
|
|
"gulp",
|
2013-06-27 05:57:58 -04:00
|
|
|
"node_modules",
|
2017-04-19 13:53:39 -04:00
|
|
|
"packages",
|
2016-07-09 14:56:58 -04:00
|
|
|
"projects",
|
2013-06-27 05:57:58 -04:00
|
|
|
"src",
|
2016-07-09 14:56:58 -04:00
|
|
|
"test",
|
|
|
|
"travis"
|
2013-06-27 05:57:58 -04:00
|
|
|
],
|
2014-04-06 18:35:08 -04:00
|
|
|
"keywords": [
|
|
|
|
"vector",
|
|
|
|
"graphic",
|
|
|
|
"graphics",
|
|
|
|
"2d",
|
|
|
|
"geometry",
|
|
|
|
"bezier",
|
|
|
|
"curve",
|
|
|
|
"curves",
|
|
|
|
"path",
|
|
|
|
"paths",
|
|
|
|
"canvas",
|
|
|
|
"svg",
|
|
|
|
"paper",
|
2017-03-08 17:49:45 -05:00
|
|
|
"paper.js",
|
|
|
|
"paperjs"
|
2014-04-06 18:35:08 -04:00
|
|
|
]
|
2013-06-27 05:57:58 -04:00
|
|
|
}
|