browser-saveas
Version:
A Filesaver for the browser
29 lines (28 loc) • 605 B
JSON
{
"name": "browser-saveas",
"version": "1.0.1",
"description": "A Filesaver for the browser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/eligrey/FileSaver.js"
},
"keywords": [
"browser",
"filesystem",
"save",
"saveas",
"filesaver",
"saver"
],
"author": "greenify",
"license": "MIT",
"bugs": {
"url": "https://github.com/eligrey/FileSaver.js/issues"
},
"homepage": "https://github.com/eligrey/FileSaver.js",
"dependencies": {}
}