browser-filesaver
Version:
Cross-browser implementation of W3C saveAs API
25 lines (24 loc) • 572 B
JSON
{
"name": "browser-filesaver",
"version": "1.1.1",
"description": "Cross-browser implementation of W3C saveAs API",
"main": "FileSaver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"file",
"save",
"polyfill"
],
"author": "Eli Grey",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tmpvar/browser-filesaver"
},
"bugs": {
"url": "https://github.com/tmpvar/browser-filesaver/issues"
},
"homepage": "https://github.com/tmpvar/browser-filesaver"
}