No Description

.bower.json 716B

1234567891011121314151617181920212223242526272829303132
  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. "version": "3.2.2",
  23. "_release": "3.2.2",
  24. "_resolution": {
  25. "type": "version",
  26. "tag": "v3.2.2",
  27. "commit": "e2fa0a98071d458f1c48e80f4da23b5d05574f5e"
  28. },
  29. "_source": "https://github.com/Stuk/jszip.git",
  30. "_target": "^3.1.2",
  31. "_originalSource": "Stuk/jszip"
  32. }