Update package.json

This commit is contained in:
Jürg Lehni 2013-05-05 19:34:23 -07:00
parent addf28d724
commit fa34ea5e5b

View file

@ -1,20 +1,17 @@
{
"name": "paper",
"version": "0.8.0",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"authors": [{
"name" : "Jürg Lehni",
"url" : "http://lehni.org"
}, {
"name" : "Jonathan Puckey",
"url" : "http://jonathanpuckey.com"
}],
"version": "0.8.0",
"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",
"keywords": ["canvas", "vector", "graphic", "graphics", "bezier", "paper.js"],
"repository": "git://github.com/paperjs/paper.js/",
"repository": "git://github.com/paperjs/paper.js",
"dependencies": {
"canvas": ">= 0.7.0"
},
"engines": { "node": ">= 0.4.0" },
"main": "./node.js/index.js"
}
}