Blame view
app/bower_components/fabric.js/.bower.json
891 Bytes
6f105dbd5
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
{ "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.6", "_release": "1.6.6", "_resolution": { "type": "version", "tag": "v1.6.6", "commit": "28c2654a2310a675f22f8b500fd5984fd03de4ff" }, "_source": "https://github.com/kangax/fabric.js.git", "_target": "^1.6.6", "_originalSource": "fabric", "_direct": true } |