.bower.json 891 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "fabric.js",
  3. "homepage": "http://fabricjs.com",
  4. "authors": [
  5. "kangax",
  6. "Kienz",
  7. "asturur"
  8. ],
  9. "description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
  10. "main": "./dist/fabric.min.js",
  11. "ignore": [
  12. "lib",
  13. "src",
  14. "test",
  15. "build_all",
  16. "build.js",
  17. "build.sh",
  18. "create_build_script.js",
  19. "test.js",
  20. "HEADER.js"
  21. ],
  22. "keywords": [
  23. "canvas",
  24. "graphic",
  25. "graphics",
  26. "SVG",
  27. "node-canvas",
  28. "parser",
  29. "HTML5",
  30. "object model"
  31. ],
  32. "license": "MIT",
  33. "version": "1.7.9",
  34. "_release": "1.7.9",
  35. "_resolution": {
  36. "type": "version",
  37. "tag": "v1.7.9",
  38. "commit": "6e2deabcb3eb2f74285892e75e5b05a2242888d2"
  39. },
  40. "_source": "https://github.com/kangax/fabric.js.git",
  41. "_target": "^1.7.9",
  42. "_originalSource": "fabric",
  43. "_direct": true
  44. }