forked from Richou/react-native-android-location-enabler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 806 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
28
29
30
31
{
"name": "react-native-android-location-enabler",
"version": "1.2.4",
"description": "Display a GoogleMap like android popup to ask for user to enable location services if disabled ",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"location",
"location-services",
"android-location-services",
"enable",
"android",
"popup"
],
"author": "Richou",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Richou/react-native-android-location-enabler.git"
},
"bugs": {
"url": "https://github.com/Richou/react-native-android-location-enabler/issues"
},
"peerDependencies": {
"react-native": ">= 0.60.0"
}
}