22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"name": "file-saver",
|
|
"main": "FileSaver.js",
|
|
"version": "1.3.3",
|
|
"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"
|
|
]
|
|
}
|