forked from darron1217/react-native-background-geolocation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
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
{
"name": "@darron1217/react-native-background-geolocation",
"version": "0.6.7",
"description": "optimized background location tracking",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"link": "@darron1217/react-native-background-geolocation/scripts/postlink.js",
"unlink": "@darron1217/react-native-background-geolocation/scripts/postunlink.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cat .gitmodules | sed -En -e 's/.*path = (.*)/\\1/p' -e 's/.*url = (.*)/\\1/p' | xargs -L 2 | while read -r path url; do rm -rf $path; git clone --depth=1 $url $path; rm -rf $path/.git; done"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darron1217/react-native-background-geolocation.git"
},
"keywords": [
"gps",
"geolocation",
"position",
"location",
"tracking",
"background",
"react",
"react-native",
"react-component",
"android",
"ios"
],
"author": "Marian Hello",
"maintainers": [
{
"email": "darron1217@gmail.com",
"name": "Darron Park"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/darron1217/react-native-background-geolocation/issues"
},
"homepage": "https://github.com/darron1217/react-native-background-geolocation#readme",
"dependencies": {
"plist": "^3.0.1"
},
"peerDependencies": {
"react-native": ">=0.60.5"
}
}