react-native-file-download
Version:
A simple file download module for react-native
28 lines (27 loc) • 651 B
JSON
{
"name": "react-native-file-download",
"version": "0.0.10",
"description": "A simple file download module for react-native",
"main": "index.ios.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:plrthink/react-native-file-download.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"file-download"
],
"devDependencies": {
"react-native": "^0.8.0"
},
"author": "Perry Poon <plrthink@gmail.com> (https://github.com/plrthink)",
"license": "MIT",
"dependencies": {
"es6-promisify": "^3.0.0"
}
}