mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
26 lines
No EOL
838 B
JSON
26 lines
No EOL
838 B
JSON
{
|
|
"name": "fabric",
|
|
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
|
|
"version": "0.8.45",
|
|
"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 exclude=json,cufon",
|
|
"test": "node test.js"
|
|
},
|
|
"dependencies": {
|
|
"canvas": "git://github.com/LearnBoost/node-canvas.git",
|
|
"jsdom": ">=0.2.3",
|
|
"xmldom": ">=0.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"qunit": "0.5.x"
|
|
},
|
|
"engines": { "node": ">= 0.4.0 && <= 0.6.8" },
|
|
"main": "./dist/all.js"
|
|
} |