Files
FileSaver.js/bower.json
T
2018-09-26 12:19:51 +02:00

22 lines
411 B
JSON

{
"name": "file-saver",
"main": "dist/FileSaver.min.js",
"version": "2.0.0-rc.1",
"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": [
"*",
"!dist/*",
"!LICENSE.md"
]
}