forked from HaylLtd/cordova-background-geolocation-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "cordova-background-geolocation-plugin",
"version": "2.0.4",
"description": "Cordova Background Geolocation Plugin",
"main": "./www/BackgroundGeolocation.js",
"types": "./www/BackgroundGeolocation.d.ts",
"cordova": {
"id": "cordova-background-geolocation-plugin",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/haylltd/cordova-background-geolocation-plugin.git"
},
"keywords": [
"gps",
"location",
"geolocation",
"background",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova",
"phonegap"
],
"engines": {
"cordovaDependencies": {
"1.0.0": {
"cordova": ">=8.0.0",
"cordova-android": ">=8.0.0",
"cordova-ios": ">=6.0.0"
}
}
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/haylltd/cordova-background-geolocation-plugin/issues"
},
"homepage": "https://github.com/haylltd/cordova-background-geolocation-plugin#readme"
}