-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
48
49
50
51
52
53
54
{
"name": "react-native-background-geolocation",
"version": "4.3.0",
"description": "The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/transistorsoft/react-native-background-geolocation.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"background",
"geolocation",
"tracking",
"geofence",
"geofencing"
],
"author": "Chris Scott <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/transistorsoft/react-native-background-geolocation/issues"
},
"rnpm": {
"commands": {
"postlink": "node node_modules/react-native-background-geolocation/scripts/postlink.js",
"postunlink": "node node_modules/react-native-background-geolocation/scripts/postunlink.js"
},
"ios": {
"sharedLibraries": [
"libsqlite3",
"libz"
]
}
},
"homepage": "https://www.transistorsoft.com/shop/products/react-native-background-geolocation",
"peerDependencies": {
"react-native": ">=0.36.0"
},
"dependencies": {
"react-native-background-fetch": "~4.0.1"
},
"devDependencies": {
"@transistorsoft/typedoc-theme": "^2.0.7",
"chalk": "^4.1.0",
"fs-extra": "^9.1.0",
"rimraf": "^3.0.2"
}
}