mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-12 10:21:00 +00:00
Update package.json to fabric 0.7.
This commit is contained in:
parent
b8ea6b7cec
commit
4404882bc1
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue