@hariks789/react-native-background-geolocation
Version:
Optimized background location tracking
53 lines (52 loc) • 1.36 kB
JSON
{
"name": "@hariks789/react-native-background-geolocation",
"version": "0.7.3",
"description": "Optimized background location tracking",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"link": "@hariks789/react-native-background-geolocation/scripts/postlink.js",
"unlink": "@hariks789/react-native-background-geolocation/scripts/postunlink.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hariks789/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"
},
{
"email": "hariks@zoho.com",
"name": "Hariks"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hariks789/react-native-background-geolocation/issues"
},
"homepage": "https://github.com/hariks789/react-native-background-geolocation#readme",
"dependencies": {
"@hariks789/react-native-background-geolocation": "^0.6.9",
"plist": "^3.0.1"
},
"peerDependencies": {
"react-native": ">=0.60.5"
}
}