51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "expo-location",
|
|
"version": "10.0.0",
|
|
"description": "Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.",
|
|
"main": "build/Location.js",
|
|
"types": "build/Location.d.ts",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "expo-module build",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"test": "expo-module test",
|
|
"prepare": "expo-module prepare",
|
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
"expo-module": "expo-module"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"expo",
|
|
"location",
|
|
"geolocation",
|
|
"coords",
|
|
"geocoding",
|
|
"compass",
|
|
"heading"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git",
|
|
"directory": "packages/expo-location"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"author": "650 Industries, Inc.",
|
|
"license": "MIT",
|
|
"homepage": "https://docs.expo.io/versions/latest/sdk/location/",
|
|
"jest": {
|
|
"preset": "expo-module-scripts"
|
|
},
|
|
"peerDependencies": {
|
|
"@unimodules/core": "*",
|
|
"unimodules-permissions-interface": "*",
|
|
"unimodules-task-manager-interface": "*"
|
|
},
|
|
"devDependencies": {
|
|
"expo-module-scripts": "~1.2.0"
|
|
},
|
|
"gitHead": "bc6b4b3bc3cb5e44e477f145c72c07ed09588651"
|
|
}
|