bower.json 409 B

123456789101112131415161718192021
  1. {
  2. "name": "file-saver",
  3. "main": "dist/FileSaver.js",
  4. "version": "1.3.8",
  5. "homepage": "https://github.com/eligrey/FileSaver.js",
  6. "authors": [
  7. "Eli Grey <me@eligrey.com>"
  8. ],
  9. "description": "An HTML5 saveAs() FileSaver implementation",
  10. "keywords": [
  11. "filesaver",
  12. "saveas",
  13. "blob"
  14. ],
  15. "license": "MIT",
  16. "ignore": [
  17. "*",
  18. "!FileSaver.*js",
  19. "!LICENSE.md"
  20. ]
  21. }