23 lines
456 B
JSON
23 lines
456 B
JSON
{
|
|
"name": "file-saverjs",
|
|
"main": "FileSaver.js",
|
|
"version": "1.3.6",
|
|
"homepage": "https://github.com/clarketm/FileSaver.js#readme",
|
|
"authors": [
|
|
"clarketm <travis.m.clarke@gmail.com>",
|
|
"eligrey <~@eligrey.com>"
|
|
],
|
|
"description": "An HTML5 saveAs() FileSaver implementation",
|
|
"keywords": [
|
|
"filesaver",
|
|
"saveas",
|
|
"blob"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"*",
|
|
"!FileSaver.*js",
|
|
"!LICENSE.md"
|
|
]
|
|
}
|