{
  "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"
  }
}
