123456789101112131415161718192021 |
- {
- "name": "file-saver",
- "main": "dist/FileSaver.js",
- "version": "1.3.8",
- "homepage": "https://github.com/eligrey/FileSaver.js",
- "authors": [
- "Eli Grey <me@eligrey.com>"
- ],
- "description": "An HTML5 saveAs() FileSaver implementation",
- "keywords": [
- "filesaver",
- "saveas",
- "blob"
- ],
- "license": "MIT",
- "ignore": [
- "*",
- "!FileSaver.*js",
- "!LICENSE.md"
- ]
- }
|