node-safe-filesaver
Version:
An HTML5 saveAs() FileSaver implementation
24 lines • 571 B
JSON
{
"name": "node-safe-filesaver",
"version": "0.1.0",
"description": "An HTML5 saveAs() FileSaver implementation",
"main": "FileSaver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/domderen/FileSaver.js.git"
},
"keywords": [
"filesaver",
"saveas",
"blob"
],
"author": "Eli Grey",
"license": "MIT/X11",
"bugs": {
"url": "https://github.com/domderen/FileSaver.js/issues"
},
"homepage": "https://github.com/domderen/FileSaver.js"
}