fabric.js/bower.json

29 lines
506 B
JSON
Raw Normal View History

2014-02-10 08:00:34 +00:00
{
"name": "fabric.js",
2014-04-14 17:02:15 +00:00
"version": "1.4.5",
2014-02-10 21:10:32 +00:00
"homepage": "http://fabricjs.com",
2014-02-10 08:00:34 +00:00
"authors": [
2014-02-10 21:10:32 +00:00
"kangax", "Kienz"
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",
"*.*",
".*"
],
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
}