-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 784 Bytes
/
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
{
"name": "react-native-android-location-services-dialog-box",
"version": "1.2.1",
"description": "A react-native component for turn on the dialog box from android location services",
"author": "webyonet <[email protected]>",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:webyonet/react-native-android-location-services-dialog-box.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"android-location-services",
"geo-location",
"location-services",
"geo-location-dialog-box",
"location-services-dialog-box",
"react-native-location-services",
"react-native-location-services-dialog-box"
],
"peerDependencies": {
"react-native": ">= 0.30.0"
}
}