-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (42 loc) · 1.08 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
{
"name": "cordova-background-geolocation-firebase",
"version": "0.3.0",
"description": "Firebase Adapter for cordova-background-geolocation",
"cordova": {
"id": "cordova-background-geolocation-firebase",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/transistorsoft/cordova-background-geolocation-firebase.git"
},
"keywords": [
"cordova",
"background",
"geolocation",
"firebase"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/transistorsoft/cordova-background-geolocation-firebase/issues"
},
"homepage": "https://github.com/transistorsoft/cordova-background-geolocation-firebase",
"engines": {
"cordovaDependencies": {
"<5.4.0": {
"cordova": ">=6.4.0",
"cordova-android": ">=6.0.0",
"cordova-ios": ">=4.3.0"
},
"5.4.0": {
"cordova": ">=7.1.0",
"cordova-android": ">=7.0.0",
"cordova-ios": ">=4.4.0"
}
}
},
"author": "Chris Scott, Transistor Software <[email protected]>"
}