.bower.json 499 B

1234567891011121314151617181920
  1. {
  2. "name": "html2canvas",
  3. "version": "0.4.1",
  4. "description": "Screenshots with JavaScript",
  5. "main": "build/html2canvas.js",
  6. "ignore": [
  7. "tests",
  8. ".travis.yml"
  9. ],
  10. "homepage": "https://github.com/niklasvh/html2canvas",
  11. "_release": "0.4.1",
  12. "_resolution": {
  13. "type": "version",
  14. "tag": "0.4.1",
  15. "commit": "051576578827a7e7c99d9ec70f654b6f50396dbf"
  16. },
  17. "_source": "https://github.com/niklasvh/html2canvas.git",
  18. "_target": "*",
  19. "_originalSource": "html2canvas"
  20. }