paper.js/package.json

54 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "paper",
2014-03-20 12:23:45 -04:00
"version": "0.9.17",
2013-06-27 06:08:33 -04:00
"description": "The Swiss Army Knife of Vector Graphics Scripting",
2013-07-01 09:50:39 -04:00
"homepage": "http://paperjs.org",
"repository": {
"type": "git",
"url": "git://github.com/paperjs/paper.js"
},
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)"
],
"license": "MIT",
"keywords": [
"vector",
"graphic",
"graphics",
"2d",
"geometry",
"bezier",
"curve",
"curves",
"path",
"paths",
"canvas",
"svg",
"paper",
"paper.js"
],
"main": "dist/paper-node.js",
"files": [
"AUTHORS.md",
"dist/paper-node.js",
"examples/Node.js",
"LICENSE.txt",
"README.md"
],
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"canvas": ">= 0.7.0",
"jsdom": ">= 0.6.0",
"request": "~2.27.0"
},
2013-07-01 09:50:39 -04:00
"devDependencies": {
"uglify-js": "~2.3.6",
"prepro": "~0.8.1",
2013-07-01 09:50:39 -04:00
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2"
}
2013-05-05 22:34:23 -04:00
}