Files
FileSaver.js/bower.json
T
Jimmy Wärting 70c261d026 rc.2
Dispatch event instead of using a.click()
closes #465

added a changelog
closes #466

Made third argument as a object instead for easier transition to v2
2018-09-26 17:04:34 +02:00

22 lines
411 B
JSON

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