paper.js/package.json

18 lines
544 B
JSON
Raw Normal View History

{
"name": "paper",
2013-05-08 01:01:55 -04:00
"version": "0.8.1",
"main": "./node.js/index.js",
"engines": { "node": ">= 0.4.0" },
"dependencies": {
"canvas": ">= 0.7.0"
},
2013-05-05 22:34:23 -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)"
],
"homepage": "http://paperjs.org",
2013-05-05 22:34:23 -04:00
"repository": "git://github.com/paperjs/paper.js",
2013-05-08 01:01:55 -04:00
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "paper.js"]
2013-05-05 22:34:23 -04:00
}