react-native-file-upload
Version:
A file upload plugin for react-native
30 lines (29 loc) • 690 B
JSON
{
"name": "react-native-file-upload",
"version": "1.0.4",
"description": "A file upload plugin for react-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/booxood/react-native-file-upload.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"file",
"upload"
],
"peerDependencies": {
"react-native": ">=0.4.2"
},
"author": "Liucw",
"license": "MIT",
"bugs": {
"url": "https://github.com/booxood/react-native-file-upload/issues"
},
"homepage": "https://github.com/booxood/react-native-file-upload"
}