forked from fastrde/cordova-plugin-fastrde-checkgps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 765 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
{
"name": "cordova-plugin-fastrde-checkgps",
"version": "1.1.3",
"description": "Checks to see if GPS is enabled or not",
"cordova": {
"id": "cordova-plugin-fastrde-checkgps",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/rolinger/cordova-plugin-fastrde-checkgps.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "fastrde",
"license": "MIT",
"bugs": {
"url": "https://github.com/rolinger/cordova-plugin-fastrde-checkgps/issues"
},
"homepage": "https://github.com/rolnger/cordova-plugin-fastrde-checkgps#readme"
}