-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
42
43
44
{
"name": "react-native-background-geolocation",
"version": "2.7.0",
"description": "The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence",
"main": "RNBackgroundGeolocation.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/transistorsoft/react-native-background-geolocation.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"background",
"geolocation",
"tracking",
"geofence",
"geofencing"
],
"author": "Chris Scott <chris@transistorsoft.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/transistorsoft/react-native-background-geolocation/issues"
},
"rnpm": {
"ios": {
"sharedLibraries": [
"libsqlite3"
]
}
},
"homepage": "https://transistorsoft.github.io/react-native-background-geolocation",
"peerDependencies": {
"react-native": ">=0.28.0"
},
"dependencies": {
"react-native-background-fetch":"2.0.3",
"cocoa-lumberjack":"^3.0.3"
}
}