forked from mauron85/cordova-plugin-background-geolocation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.13 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
40
41
42
43
44
45
46
47
{
"name": "@mauron85/cordova-plugin-background-geolocation",
"version": "3.0.3",
"description": "Cordova Background Geolocation Plugin",
"main": "./www/BackgroundGeolocation.js",
"types": "./www/BackgroundGeolocation.d.ts",
"cordova": {
"id": "cordova-plugin-mauron85-background-geolocation",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/mauron85/cordova-plugin-background-geolocation.git"
},
"keywords": [
"gps",
"location",
"geolocation",
"background",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova",
"phonegap"
],
"engines": {
"cordovaDependencies": {
"0.0.1": {
"cordova": ">=3.0.0"
},
"2.3.3": {
"cordova-ios": ">=4.4.0",
"cordova-android": ">=6.3.0",
"cordova": ">=7.1.0"
}
}
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mauron85/cordova-plugin-background-geolocation/issues"
},
"homepage": "https://github.com/mauron85/cordova-plugin-background-geolocation#readme"
}