{
  "name": "react-native-maps-directions-battere",
  "version": "1.4.24",
  "description": "Directions Component for react-native-maps",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "lint:watch": "esw --watch"
  },
  "author": {
    "name": "Bramus!",
    "email": "bramus@bram.us",
    "url": "https://www.bram.us/"
  },
  "repository": "https://github.com/bramus/react-native-maps-directions",
  "keywords": [
    "react-native",
    "react-native-component",
    "react-native-maps",
    "directions",
    "google-maps",
    "ios",
    "android"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bramus/react-native-maps-directions/issues"
  },
  "homepage": "https://github.com/bramus/react-native-maps-directions",
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-maps-battery": ">=0.12.1"
  },
  "private": false,
  "dependencies": {
    "lodash.isequal": "^4.5.0",
    "prop-types": "^15.6.0"
  },
  "devDependencies": {
    "babel-eslint": "^8.0.2",
    "eslint": "^4.11.0",
    "eslint-plugin-react": "^7.5.1",
    "eslint-plugin-react-native": "^3.2.0"
  }
}
