react-native-directory-picker/package.json
2020-07-28 19:13:52 -07:00

32 lines
796 B
JSON

{
"name": "react-native-directory-picker",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crutchcorn/react-native-directory-picker.git"
},
"keywords": [
"react-native",
"react-native-component",
"react-native-directory-picker",
"immersive-mode",
"transparent-navbar",
"transparent-statusbar",
"android"
],
"author": "crutchcorn",
"license": "MIT",
"bugs": {
"url": "https://github.com/crutchcorn/react-native-directory-picker/issues"
},
"peerDependencies": {
"react-native": ">=0.57.0"
},
"homepage": "https://github.com/crutchcorn/react-native-immersive-bars#readme"
}