react-native-maps-directions
Version:
Directions Component for react-native-maps
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "react-native-maps-directions",
"version": "1.9.0",
"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": ">=1.0.0"
},
"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"
}
}