react-native-router-flux
Version:
React Native Router using Flux architecture
24 lines (23 loc) • 444 B
JSON
{
"name": "react-native-router-flux-cli",
"version": "0.0.1",
"license": "MIT",
"description": "The React Native Router Flux CLI tools",
"main": "index.js",
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/aksonov/react-native-router-flux.git"
},
"scripts": {
"test": "mocha"
},
"bin": {
"rnrf": "index.js"
},
"dependencies": {
"rimraf": "^2.6.2"
}
}