paper.js/package.json

44 lines
921 B
JSON
Raw Normal View History

{
"name": "paper",
2013-06-27 17:31:42 -04:00
"version": "0.9.7",
2013-06-27 06:08:33 -04:00
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"contributors": [
"Jürg Lehni <juerg@lehni.org> (http://lehni.org)",
"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"
},
"homepage": "http://paperjs.org",
"repository": "git://github.com/paperjs/paper.js",
"keywords": [
"vector",
"graphic",
"graphics",
"bezier",
"curve",
"curves",
"canvas",
"svg",
"paper.js"
],
"devDependencies": {
"uglify-js": "~2.3.6",
"prepro": "~0.7.1",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2"
}
2013-05-05 22:34:23 -04:00
}