.bower.json 872 Bytes
{
  "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",
  "version": "1.6.7",
  "_release": "1.6.7",
  "_resolution": {
    "type": "version",
    "tag": "v1.6.7",
    "commit": "161a3e8acb6272fd850386e7c8af661fb41fe33d"
  },
  "_source": "https://github.com/kangax/fabric.js.git",
  "_target": "~1.6.6",
  "_originalSource": "fabric"
}