-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
{
"name": "react-native-open-map",
"version": "3.0.2",
"description": "Choose the application that will open the map",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LucasMonteiro1/react-native-open-map.git"
},
"scripts": {
"lint": "eslint src/"
},
"keywords": [
"React Native",
"react-native",
"react",
"link",
"maps",
"ios",
"android"
],
"author": "Lucas Monteiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/LucasMonteiro1/react-native-open-map/issues"
},
"peerDependencies": {
"react": "16.12.0",
"react-native": "^0.61.5"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-react": "^7.18.0",
"react": "16.12.0",
"react-native": "^0.61.5"
},
"dependencies": {
"prop-types": "^15.7.2",
"react-native-actionsheet": "^2.4.2",
"react-native-root-siblings": "^4.0.6"
},
"homepage": "https://github.com/LucasMonteiro1/react-native-open-map#readme"
}