fabric.js/bower.json

32 lines
585 B
JSON
Raw Normal View History

2014-02-10 08:00:34 +00:00
{
"name": "fabric.js",
2014-02-10 21:10:32 +00:00
"homepage": "http://fabricjs.com",
2014-02-10 08:00:34 +00:00
"authors": [
2014-11-03 13:48:47 +00:00
"kangax", "Kienz", "asturur"
2014-02-10 08:00:34 +00:00
],
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
2014-02-11 02:39:23 +00:00
"main": "./dist/fabric.min.js",
"ignore": [
"lib",
"src",
"test",
"build_all",
"build.js",
"build.sh",
"create_build_script.js",
"test.js",
"HEADER.js"
],
2014-02-10 08:00:34 +00:00
"keywords": [
"canvas",
"graphic",
"graphics",
"SVG",
"node-canvas",
"parser",
"HTML5",
"object model"
],
"license": "MIT"
2014-02-10 08:00:34 +00:00
}