mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
18 lines
No EOL
597 B
JSON
18 lines
No EOL
597 B
JSON
{
|
|
"name": "fabric",
|
|
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
|
|
"version": "0.6",
|
|
"author": "Juriy Zaytsev <kangax@gmail.com>",
|
|
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
|
|
"repository": "git://github.com/kangax/fabric.js",
|
|
"scripts": {
|
|
"build": "node build.js modules=ALL"
|
|
},
|
|
"dependencies": {
|
|
"canvas": "0.7.0",
|
|
"jsdom": "0.2.3",
|
|
"o3-xml": "0.1.0"
|
|
},
|
|
"engines": { "node": ">= 0.4.0 && < 0.6.0" },
|
|
"main": "./dist/all.js"
|
|
} |