Blame view
app/bower_components/fabric.js/bower.json
585 Bytes
|
6f105dbd5
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
{
"name": "fabric.js",
"homepage": "http://fabricjs.com",
"authors": [
"kangax", "Kienz", "asturur"
],
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"main": "./dist/fabric.min.js",
"ignore": [
"lib",
"src",
"test",
"build_all",
"build.js",
"build.sh",
"create_build_script.js",
"test.js",
"HEADER.js"
],
"keywords": [
"canvas",
"graphic",
"graphics",
"SVG",
"node-canvas",
"parser",
"HTML5",
"object model"
],
"license": "MIT"
}
|