.bower.json 714 B

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": "2.6.0",
  23. "_release": "2.6.0",
  24. "_resolution": {
  25. "type": "version",
  26. "tag": "v2.6.0",
  27. "commit": "8f190955e9328b768d7fc4f2770234fd53c407a7"
  28. },
  29. "_source": "git://github.com/Stuk/jszip.git",
  30. "_target": "v2.6.0",
  31. "_originalSource": "Stuk/jszip"
  32. }