mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-12 10:21:00 +00:00
Allow node 0.6.8
This commit is contained in:
parent
a99c1cc9bb
commit
4e940ea55a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "fabric",
|
||||
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
|
||||
"version": "0.7.14",
|
||||
"version": "0.7.15",
|
||||
"author": "Juriy Zaytsev <kangax@gmail.com>",
|
||||
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
|
||||
"repository": "git://github.com/kangax/fabric.js",
|
||||
|
|
@ -13,6 +13,6 @@
|
|||
"jsdom": ">=0.2.3",
|
||||
"o3-xml": "0.1.0"
|
||||
},
|
||||
"engines": { "node": ">= 0.4.0 && <= 0.6.5" },
|
||||
"engines": { "node": ">= 0.4.0 && <= 0.6.8" },
|
||||
"main": "./dist/all.js"
|
||||
}
|
||||
Loading…
Reference in a new issue