bower.json 201 B

12345678910
  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. }