rn-redux
Version:
React Native CLI tools
45 lines (44 loc) • 850 B
JSON
{
"name": "rn-redux",
"version": "0.3.3",
"license": "MIT",
"author": {
"name": "Tinh Ngo",
"url": "https://github.com/jundat95/rn-redux-cli.git"
},
"description": "React Native CLI tools",
"keywords": [
"react-native",
"react-native-tools",
"base-project",
"react-native-cli",
"node-cli"
],
"main": "index.js",
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/jundat95/rn-redux-cli.git"
},
"scripts": {
"test": "mocha"
},
"bin": {
"rn-redux": "index.js"
},
"dependencies": {
"chalk": "^1.1.1",
"copy-dir": "^0.4.0",
"figlet": "^1.2.0",
"inquirer": "^6.1.0",
"minimist": "^1.2.0",
"prompt": "^0.2.14",
"semver": "^5.0.3",
"vnrm": "0.0.11"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}