2011-08-20 09:48:57 -04:00
|
|
|
{
|
2013-06-26 21:04:56 -04:00
|
|
|
"name": "paper",
|
2015-10-25 06:24:42 -04:00
|
|
|
"version": "0.9.25",
|
2013-06-27 06:08:33 -04:00
|
|
|
"description": "The Swiss Army Knife of Vector Graphics Scripting",
|
2014-04-06 18:35:08 -04:00
|
|
|
"license": "MIT",
|
2013-07-01 09:50:39 -04:00
|
|
|
"homepage": "http://paperjs.org",
|
2014-04-06 06:47:22 -04:00
|
|
|
"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",
|
2013-06-27 06:08:33 -04:00
|
|
|
"contributors": [
|
2014-01-03 19:47:16 -05:00
|
|
|
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
|
2013-06-27 06:08:33 -04:00
|
|
|
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
|
|
|
|
],
|
2014-04-06 18:30:26 -04:00
|
|
|
"main": "dist/paper-node.js",
|
2014-12-09 16:56:12 -05:00
|
|
|
"browser": "dist/paper-full.js",
|
2013-06-27 17:31:03 -04:00
|
|
|
"files": [
|
|
|
|
"AUTHORS.md",
|
2015-03-23 17:20:01 -04:00
|
|
|
"dist/",
|
2015-08-21 11:36:48 -04:00
|
|
|
"examples/",
|
2013-06-27 17:31:03 -04:00
|
|
|
"LICENSE.txt",
|
|
|
|
"README.md"
|
|
|
|
],
|
2013-06-26 21:04:56 -04:00
|
|
|
"engines": {
|
2016-01-07 17:08:01 -05:00
|
|
|
"node": ">=0.8.0 <5.0.0"
|
2013-06-26 21:04:56 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-01-07 17:08:01 -05:00
|
|
|
"jsdom": ">=3.1.2 <8.0.0",
|
2015-09-09 08:24:35 -04:00
|
|
|
"request": "~2.61.0"
|
2013-06-26 21:04:56 -04:00
|
|
|
},
|
2015-07-06 11:00:52 -04:00
|
|
|
"optionalDependencies": {
|
2016-01-07 17:08:01 -05:00
|
|
|
"canvas": ">=1.2.9 <2.0.0"
|
2015-07-06 11:00:52 -04:00
|
|
|
},
|
2013-07-01 09:50:39 -04:00
|
|
|
"devDependencies": {
|
2015-07-27 05:53:08 -04:00
|
|
|
"gulp": "^3.9.0",
|
|
|
|
"gulp-qunit": "^1.2.1",
|
2015-10-24 03:14:07 -04:00
|
|
|
"prepro": "~0.9.1",
|
2015-09-09 08:24:35 -04:00
|
|
|
"uglify-js": "~2.4.24"
|
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-05-05 22:34:23 -04:00
|
|
|
}
|