Update package.json to fabric 0.7.

This commit is contained in:
kangax 2011-11-27 23:59:18 -05:00
parent b8ea6b7cec
commit 4404882bc1

View file

@ -1,10 +1,10 @@
{
"name": "fabric",
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"version": "0.6.13",
"version": "0.7",
"author": "Juriy Zaytsev <kangax@gmail.com>",
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
"repository": "git://github.com/kangax/fabric.js",
"repository": "git://github.com/kangax/fabric.js",
"scripts": {
"build": "node build.js modules=ALL"
},