paper.js/package.json

19 lines
594 B
JSON
Raw Normal View History

{
"name": "paper",
2013-06-18 22:20:47 -04:00
"version": "0.9.4",
2013-05-08 01:07:12 -04:00
"main": "./src/node/index.js",
2013-05-08 01:01:55 -04:00
"engines": { "node": ">= 0.4.0" },
"dependencies": {
2013-05-08 23:18:58 -04:00
"canvas": ">= 0.7.0",
"jsdom": ">= 0.6.0"
2013-05-08 01:01:55 -04:00
},
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",
"keywords": ["vector", "graphic", "graphics", "bezier", "curve", "curves", "canvas", "svg", "paper.js"]
2013-05-05 22:34:23 -04:00
}