reactjs-file-downloader
Version:
REACT File Downloader is a simple library you will be able to download file from browser and save data to file as if it was downloaded
26 lines (25 loc) • 754 B
JSON
{
"name": "reactjs-file-downloader",
"version": "1.0.1",
"description": "REACT File Downloader is a simple library you will be able to download file from browser and save data to file as if it was downloaded",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salahtoubali/react-file-downloader.git"
},
"keywords": [
"react-file-download"
],
"author": "SALAH EDDINE TOUBALI",
"license": "MIT",
"bugs": {
"url": "https://github.com/salahtoubali/react-file-downloader/issues"
},
"homepage": "https://github.com/salahtoubali/react-file-downloader#readme",
"dependencies": {
"axios": "^0.24.0"
}
}