paper.js/package.json

58 lines
1.2 KiB
JSON
Raw Normal View History

{
"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",
"license": "MIT",
2013-07-01 09:50:39 -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",
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)"
],
"main": "dist/paper-node.js",
"browser": "dist/paper-full.js",
"files": [
"AUTHORS.md",
"dist/",
2015-08-21 11:36:48 -04:00
"examples/",
"LICENSE.txt",
"README.md"
],
"engines": {
"node": ">=0.8.0 <5.0.0"
},
"dependencies": {
"jsdom": ">=3.1.2 <8.0.0",
2015-09-09 08:24:35 -04:00
"request": "~2.61.0"
},
"optionalDependencies": {
"canvas": ">=1.2.9 <2.0.0"
},
2013-07-01 09:50:39 -04:00
"devDependencies": {
"gulp": "^3.9.0",
"gulp-qunit": "^1.2.1",
"prepro": "~0.9.1",
2015-09-09 08:24:35 -04:00
"uglify-js": "~2.4.24"
},
"keywords": [
"vector",
"graphic",
"graphics",
"2d",
"geometry",
"bezier",
"curve",
"curves",
"path",
"paths",
"canvas",
"svg",
"paper",
"paper.js"
]
2013-05-05 22:34:23 -04:00
}