forked from dpa99c/cordova-plugin-request-location-accuracy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 966 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
32
33
34
{
"version": "2.2.1",
"name": "cordova-plugin-request-location-accuracy",
"cordova_name": "Request Location Accuracy",
"description": "Cordova/Phonegap plugin for Android to request Location Accuracy mode via Google Play Services.",
"author": "Dave Alden",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dpa99c/cordova-plugin-request-location-accuracy.git"
},
"cordova": {
"id": "cordova-plugin-request-location-accuracy",
"platforms": [
"android",
"ios"
]
},
"issue": "https://github.com/dpa99c/cordova-plugin-request-location-accuracy/issues",
"keywords": [
"ecosystem:cordova",
"cordova",
"cordova-android",
"cordova-ios",
"phonegap",
"diagnostic",
"location",
"accuracy",
"high accuracy",
"fine accuracy",
"gps",
"settings"
]
}