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",
|
2014-04-21 10:46:03 +00:00
|
|
|
"ignore": [
|
|
|
|
|
"lib",
|
|
|
|
|
"src",
|
|
|
|
|
"test",
|
2014-05-25 13:36:06 +00:00
|
|
|
"build_all",
|
|
|
|
|
"build.js",
|
|
|
|
|
"build.sh",
|
|
|
|
|
"create_build_script.js",
|
|
|
|
|
"test.js",
|
|
|
|
|
"HEADER.js"
|
2014-04-21 10:46:03 +00:00
|
|
|
],
|
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
|
|
|
}
|