{
  "name": "react-router-native-stack",
  "version": "0.0.16",
  "description": "A stack navigation component for react-router-native",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Traviskn/react-router-native-stack.git"
  },
  "files": [
    "lib/"
  ],
  "keywords": [
    "react",
    "router",
    "navigation",
    "react-router",
    "react-native"
  ],
  "author": "Travis Nuttall",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Traviskn/react-router-native-stack/issues"
  },
  "homepage": "https://github.com/Traviskn/react-router-native-stack#readme",
  "peerDependencies": {
    "prop-types": "^15.5.10",
    "react": ">=15",
    "react-native": ">=0.44",
    "react-router-native": ">=4.1.0"
  },
  "devDependencies": {
    "eslint": "^4.4.1",
    "eslint-config-expo": "^6.0.0-rc.3",
    "prettier": "^1.5.3"
  }
}
