UNPKG

1.43 kBJSONView Raw
1{
2 "name": "expo-location",
3 "version": "7.0.0",
4 "description": "Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.",
5 "main": "build/Location.js",
6 "types": "build/Location.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "location",
21 "geolocation",
22 "coords",
23 "geocoding",
24 "compass",
25 "heading"
26 ],
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/expo/expo.git",
30 "directory": "packages/expo-location"
31 },
32 "bugs": {
33 "url": "https://github.com/expo/expo/issues"
34 },
35 "author": "650 Industries, Inc.",
36 "license": "MIT",
37 "homepage": "https://docs.expo.io/versions/latest/sdk/location/",
38 "jest": {
39 "preset": "expo-module-scripts"
40 },
41 "unimodulePeerDependencies": {
42 "@unimodules/core": "*",
43 "unimodules-permissions-interface": "*",
44 "unimodules-task-manager-interface": "*"
45 },
46 "dependencies": {
47 "invariant": "^2.2.4"
48 },
49 "devDependencies": {
50 "expo-module-scripts": "~1.1.1"
51 },
52 "gitHead": "4e13b3cb88d9205f14bee7764038ab2dd9ef1fbd"
53}
\No newline at end of file