2011-08-16 19:57:07 +00:00
|
|
|
{
|
|
|
|
|
"name": "fabric",
|
|
|
|
|
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
|
2011-12-08 14:15:37 +00:00
|
|
|
"version": "0.7.2",
|
2011-08-16 19:57:07 +00:00
|
|
|
"author": "Juriy Zaytsev <kangax@gmail.com>",
|
|
|
|
|
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
|
2011-11-28 04:59:18 +00:00
|
|
|
"repository": "git://github.com/kangax/fabric.js",
|
2011-08-16 19:57:07 +00:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "node build.js modules=ALL"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2011-11-03 22:12:30 +00:00
|
|
|
"canvas": "0.8.1",
|
2011-10-28 21:10:11 +00:00
|
|
|
"jsdom": ">=0.2.3",
|
2011-08-16 19:57:07 +00:00
|
|
|
"o3-xml": "0.1.0"
|
|
|
|
|
},
|
2011-12-06 14:57:38 +00:00
|
|
|
"engines": { "node": ">= 0.4.0 && <= 0.6.5" },
|
2011-08-16 19:57:07 +00:00
|
|
|
"main": "./dist/all.js"
|
|
|
|
|
}
|