Update package.json for NPM.

This commit is contained in:
Jürg Lehni 2013-05-07 22:01:55 -07:00
parent e6f5786261
commit 5f56759537

View file

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