25 lines
576 B
JSON
25 lines
576 B
JSON
{
|
|
"name": "file-saver",
|
|
"version": "1.2.0",
|
|
"description": "An HTML5 saveAs() FileSaver implementation",
|
|
"main": "FileSaver.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/eligrey/FileSaver.js"
|
|
},
|
|
"keywords": [
|
|
"filesaver",
|
|
"saveas",
|
|
"blob"
|
|
],
|
|
"author": "Eli Grey <[email protected]>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/eligrey/FileSaver.js/issues"
|
|
},
|
|
"homepage": "https://github.com/eligrey/FileSaver.js#readme"
|
|
}
|