mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-17 06:20:24 +00:00
46 lines
1 KiB
JSON
46 lines
1 KiB
JSON
{
|
|
"name": "fabric",
|
|
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
|
|
"homepage": "http://fabricjs.com/",
|
|
"version": "1.4.6",
|
|
"author": "Juriy Zaytsev <kangax@gmail.com>",
|
|
"keywords": [
|
|
"canvas",
|
|
"graphic",
|
|
"graphics",
|
|
"SVG",
|
|
"node-canvas",
|
|
"parser",
|
|
"HTML5",
|
|
"object model"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kangax/fabric.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kangax/fabric.js/issues"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "node build.js modules=ALL exclude=json,cufon,gestures",
|
|
"test": "node test.js && jshint src"
|
|
},
|
|
"dependencies": {
|
|
"canvas": "1.0.x",
|
|
"jsdom": "0.10.x",
|
|
"xmldom": "0.1.x"
|
|
},
|
|
"devDependencies": {
|
|
"execSync": "0.0.x",
|
|
"uglify-js": "2.4.x",
|
|
"jscs": "1.4.x",
|
|
"jshint": "2.5.x",
|
|
"qunit": "0.6.x",
|
|
"istanbul": "0.2.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0 && <1.0.0"
|
|
},
|
|
"main": "./dist/fabric.js"
|
|
}
|