bower.json 561 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "jszip-utils",
  3. "version": "0.1.0",
  4. "homepage": "https://github.com/Stuk/jszip-utils",
  5. "authors": [
  6. "Stuart Knightley <stuart@stuartk.com>",
  7. "David Duponchel <d.duponchel@gmail.com>"
  8. ],
  9. "description": "A collection of cross-browser utilities to go along with JSZip.",
  10. "main": "dist/jszip-utils.js",
  11. "keywords": [
  12. "JSZip",
  13. "ajax",
  14. "cross browser",
  15. "IE",
  16. "Internet Explorer"
  17. ],
  18. "license": "MIT or GPLv3",
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "tests"
  25. ]
  26. }