Files
FileSaver.js/bower.json
T
Jimmy Wärting a5a0ae83db updated versions
2016-05-27 09:31:19 +02:00

22 lines
403 B
JSON

{
"name": "file-saver",
"main": "FileSaver.js",
"version": "1.2.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": [
"*",
"!FileSaver.js",
"!LICENSE.md"
]
}