{
  "name": "react-navigation-addons",
  "version": "0.0.1",
  "description": "Addons for React Navigation",
  "main": "src/index.js",
  "author": "Satyajit Sahoo <satyajit.happy@gmail.com>",
  "license": "MIT",
  "scripts": {
    "flow": "flow",
    "lint": "eslint ."
  },
  "devDependencies": {
    "babel-eslint": "^8.1.2",
    "eslint": "^4.14.0",
    "eslint-config-satya164": "^1.0.1",
    "eslint-plugin-react-native": "^3.2.0",
    "eslint-plugin-react-native-globals": "^0.1.1",
    "flow-bin": "~0.62.0",
    "prettier": "^1.9.2",
    "react": "16.0.0",
    "react-native": "~0.50.0",
    "react-navigation": "^1.0.0-beta.22"
  },
  "dependencies": {
    "hoist-non-react-statics": "^2.3.1",
    "prop-types": "15.6.0",
    "shallowequal": "^1.0.2"
  }
}