.bower.json 554 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "jquery-qrcode",
  3. "main": "jquery.qrcode.min.js",
  4. "ignore": [
  5. "**/.*",
  6. "node_modules",
  7. "bower_components",
  8. "test",
  9. "tests",
  10. "examples",
  11. "*.html",
  12. "Makefile",
  13. "src"
  14. ],
  15. "homepage": "https://github.com/gcusnieux/jquery-qrcode",
  16. "_release": "31e056e747",
  17. "_resolution": {
  18. "type": "branch",
  19. "branch": "master",
  20. "commit": "31e056e747aa539996fd3b2924c06e8c4f292ad6"
  21. },
  22. "_source": "https://github.com/gcusnieux/jquery-qrcode.git",
  23. "_target": "*",
  24. "_originalSource": "jquery-qrcode"
  25. }