paper.js/package.json

20 lines
549 B
JSON
Raw Normal View History

{
"name": "paper",
"version": "0.8.0",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"contributors": [{
"name" : "Jürg Lehni",
"url" : "http://lehni.org"
}, {
"name" : "Jonathan Puckey",
"url" : "http://jonathanpuckey.com"
}],
"homepage": "http://paperjs.org",
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "paper.js"],
"repository": "git://github.com/paperjs/paper.js/",
"dependencies": {
2012-09-01 13:27:38 -04:00
"canvas": ">= 0.7.0"
},
2012-09-01 13:27:38 -04:00
"engines": { "node": ">= 0.4.0" },
"main": "./node.js/index.js"
2011-08-10 15:02:54 -04:00
}