UNPKG

1.06 kBJSONView Raw
1{
2 "name": "expo-contacts",
3 "version": "3.0.0",
4 "description": "Provides access to the phone's system contacts.",
5 "main": "build/Contacts.js",
6 "types": "build/Contacts.d.ts",
7 "scripts": {
8 "build": "expo-module build",
9 "clean": "expo-module clean",
10 "test": "expo-module test",
11 "prepare": "expo-module prepare",
12 "prepublishOnly": "expo-module prepublishOnly",
13 "expo-module": "expo-module"
14 },
15 "keywords": [
16 "react-native",
17 "expo",
18 "contacts"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/expo/expo.git"
23 },
24 "bugs": {
25 "url": "https://github.com/expo/expo/issues"
26 },
27 "author": "650 Industries, Inc.",
28 "license": "MIT",
29 "homepage": "https://docs.expo.io/versions/latest/sdk/contacts/",
30 "jest": {
31 "preset": "expo-module-scripts"
32 },
33 "unimodulePeerDependencies": {
34 "expo-core": "*"
35 },
36 "dependencies": {
37 "uuid-js": "^0.7.5"
38 },
39 "devDependencies": {
40 "expo-module-scripts": "^1.0.0"
41 },
42 "gitHead": "f15abc53c111bd0438cd36dc456c59cfa7c56a58"
43}