-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "@capacitor-community/background-geolocation",
"version": "1.2.19",
"description": "Receive geolocation updates even while the app is in the background.",
"repository": {
"type": "git",
"url": "https://github.com/capacitor-community/background-geolocation"
},
"license": "MIT",
"author": "James Diacono",
"types": "definitions.d.ts",
"files": [
"android/build.gradle",
"android/settings.gradle",
"android/proguard-rules.pro",
"android/gradle/wrapper/gradle-wrapper.properties",
"android/gradle.properties",
"ios/Plugin/Plugin.*",
"android/src/main/",
"ios/Podfile*",
"ios/Plugin/Info.plist",
"CapacitorCommunityBackgroundGeolocation.podspec",
"definitions.d.ts"
],
"devDependencies": {
"@capacitor/android": "6.0.0-rc.0",
"@capacitor/core": "6.0.0-rc.0",
"@capacitor/ios": "6.0.0-rc.0"
},
"peerDependencies": {
"@capacitor/core": ">=3.0.0"
},
"capacitor": {
"ios": {
"src": "ios"
},
"android": {
"src": "android"
}
}
}