-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (38 loc) · 1.06 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
{
"name": "react-native-gmapsview",
"version": "2.0.0",
"description": "A ReactNative component which allows you to generate a custom GMaps iframe for any postal address",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppliNH/ReactNative-GMapsViewComponent.git"
},
"keywords": [
"react-native",
"gmaps",
"google-maps",
"iframe",
"embed",
"android",
"ios"
],
"author": "Thomas Martin (AppliNH - Primitivo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppliNH/ReactNative-GMapsViewComponent/issues"
},
"homepage": "https://github.com/AppliNH/ReactNative-GMapsViewComponent#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.57.0"
},
"dependencies": {
"react-native-maps": "0.26.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react": "16.9.0",
"expo": "^36.0.0",
"react-native-vector-icons": "^6.6.0"
}
}