@mauron85/react-native-background-geolocation
Version:
optimized background location tracking
42 lines (41 loc) • 1.11 kB
JSON
{
"name": "@mauron85/react-native-background-geolocation",
"version": "0.6.3",
"description": "optimized background location tracking",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"link": "@mauron85/react-native-background-geolocation/scripts/postlink.js",
"unlink": "@mauron85/react-native-background-geolocation/scripts/postunlink.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mauron85/react-native-background-geolocation.git"
},
"keywords": [
"gps",
"geolocation",
"position",
"location",
"tracking",
"background",
"react",
"react-native",
"react-component",
"android",
"ios"
],
"author": "Marian Hello",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mauron85/react-native-background-geolocation/issues"
},
"homepage": "https://github.com/mauron85/react-native-background-geolocation#readme",
"dependencies": {
"plist": "^3.0.1"
},
"peerDependencies": {
"react-native": ">=0.60.5"
}
}