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",
|
2014-04-21 10:46:03 +00:00
|
|
|
"ignore": [
|
|
|
|
|
"lib",
|
|
|
|
|
"src",
|
|
|
|
|
"test",
|
|
|
|
|
"*.*",
|
|
|
|
|
".*"
|
|
|
|
|
],
|
2014-02-10 08:00:34 +00:00
|
|
|
"keywords": [
|
|
|
|
|
"canvas",
|
|
|
|
|
"graphic",
|
|
|
|
|
"graphics",
|
|
|
|
|
"SVG",
|
|
|
|
|
"node-canvas",
|
|
|
|
|
"parser",
|
|
|
|
|
"HTML5",
|
|
|
|
|
"object model"
|
|
|
|
|
],
|
2014-02-19 08:21:00 +00:00
|
|
|
"license": "MIT"
|
2014-02-10 08:00:34 +00:00
|
|
|
}
|