mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-22 00:40:23 +00:00
22 lines
No EOL
708 B
JSON
22 lines
No EOL
708 B
JSON
{
|
|
"name": "fabric",
|
|
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
|
|
"version": "0.8",
|
|
"author": "Juriy Zaytsev <kangax@gmail.com>",
|
|
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
|
|
"repository": "git://github.com/kangax/fabric.js",
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "http://github.com/kangax/fabric.js/raw/master/LICENSE"
|
|
}],
|
|
"scripts": {
|
|
"build": "node build.js modules=ALL"
|
|
},
|
|
"dependencies": {
|
|
"canvas": ">=0.8.1",
|
|
"jsdom": ">=0.2.3",
|
|
"o3-xml": "0.1.0"
|
|
},
|
|
"engines": { "node": ">= 0.4.0 && <= 0.6.8" },
|
|
"main": "./dist/all.js"
|
|
} |