create-react-native-app-redux-auth
Version:
This is a Create-React-Native-App boilerplate with Redux & local auth & React Navigation built-in.
38 lines (37 loc) • 986 B
JSON
{
"name": "create-react-native-app-redux-auth",
"version": "1.0.5",
"description": "This is a Create-React-Native-App boilerplate with Redux & local auth & React Navigation built-in.",
"bin": {
"create-react-native-app-redux-auth": "bin/create-react-native-app-redux-auth"
},
"dependencies": {
"bluebird": "^3.3.3",
"chalk": "^1.0.0",
"ncp": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hokevins/create-react-native-app-redux-auth.git"
},
"homepage": "https://github.com/hokevins/create-react-native-app-redux-auth.git",
"author": {
"name": "Kevin Ho",
"email": "ho.kevins@gmail.com"
},
"keywords": [
"react-native",
"redux",
"react-navigation",
"local-authentication",
"auth",
"boilerplate",
"create-react-native-app",
"CRNA",
"mobile-development",
"expo"
],
"bugs": {
"url": "https://github.com/hokevins/create-react-native-app-redux-auth/issues"
}
}