-
-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
46 lines (46 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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": "[email protected]",
"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"
}
}