70c261d026
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
22 lines
411 B
JSON
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 <me@eligrey.com>"
|
|
],
|
|
"description": "An HTML5 saveAs() FileSaver implementation",
|
|
"keywords": [
|
|
"filesaver",
|
|
"saveas",
|
|
"blob"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"*",
|
|
"!dist/*",
|
|
"!LICENSE.md"
|
|
]
|
|
}
|