-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "react-native-select-contact",
"description": "A react native company to select a contact from your phone's contact list",
"version": "1.6.3",
"nativePackage": true,
"typings": "./selectContact.d.ts",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streem/react-native-select-contact.git"
},
"keywords": [
"react",
"react-native",
"contacts",
"address book",
"people",
"select contact"
],
"author": {
"name": "Streem (originally LynxIT iDigital)"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/streem/react-native-select-contact/issues"
},
"homepage": "https://github.com/streem/react-native-select-contact",
"maintainers": [
{
"name": "Sean Adkinson"
}
],
"peerDependencies": {
"react-native": ">=0.51.0"
},
"devDependencies": {
"react-native": ">=0.51.0"
},
"optionalDependencies": {
"react-native-action-sheet": "^2.2.0"
}
}