paper.js/package.json
2014-03-13 17:49:37 +01:00

44 lines
960 B
JSON

{
"name": "paper",
"version": "0.9.16",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"homepage": "http://paperjs.org",
"repository": "git://github.com/paperjs/paper.js",
"contributors": [
"Jürg Lehni <juerg@scratchdisk.com> (http://scratchdisk.com)",
"Jonathan Puckey <jonathan@studiomoniker.com> (http://studiomoniker.com)"
],
"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"
},
"devDependencies": {
"uglify-js": "~2.3.6",
"prepro": "~0.8.1",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2"
},
"keywords": [
"vector",
"graphic",
"graphics",
"bezier",
"curve",
"curves",
"canvas",
"svg",
"paper.js"
]
}