bower.json 439 B

12345678910111213141516171819202122
  1. {
  2. "name": "jszip",
  3. "homepage": "http://stuartk.com/jszip",
  4. "authors": [
  5. "Stuart Knightley <stuart@stuartk.com>"
  6. ],
  7. "description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
  8. "main": "dist/jszip.js",
  9. "keywords": [
  10. "zip",
  11. "deflate",
  12. "inflate"
  13. ],
  14. "license": "MIT or GPLv3",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ]
  22. }