react-native-navigation-boilerplate
Version:
A simple cli to scaffold your react-native-navigation-v2 with redux
40 lines (39 loc) • 991 B
JSON
{
"name": "react-native-navigation-boilerplate",
"version": "1.2.0",
"description": "A simple cli to scaffold your react-native-navigation-v2 with redux",
"main": "index.js",
"bin": {
"react-native-boilerplate": "./lib/index.js"
},
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+gu.git"
},
"keywords": [
"react-native",
"react-native-navigation",
"react-native-boilerplate",
"boilerplate",
"react-app",
"redux",
"structured"
],
"author": "Suraj Sanwal",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sonu654/react-native-navigation-v2-boilerplate/issues"
},
"homepage": "https://github.com/Sonu654/react-native-navigation-v2-boilerplate#readme",
"dependencies": {
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"cli-progress": "^2.1.1",
"minimist": "^1.2.0",
"prompts": "^2.0.4",
"shelljs": "^0.8.3"
}
}