-
Notifications
You must be signed in to change notification settings - Fork 564
/
package.json
64 lines (64 loc) · 1.3 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-native-contacts",
"repository": {
"type": "git",
"url": "https://github.com/rt2zz/react-native-contacts.git"
},
"version": "8.0.4",
"description": "React Native Contacts (android & ios)",
"nativePackage": true,
"keywords": [
"react-native",
"react",
"react-component",
"addressbook",
"contacts",
"ios",
"android"
],
"bugs": {
"url": "https://github.com/rt2zz/react-native-contacts/issues"
},
"@react-native-community/bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"homepage": "https://github.com/rt2zz/react-native-contacts",
"main": "index.ts",
"types": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [
{
"name": "Harry Moreno",
"email": "morenoh149@gmail.com",
"url": "http://harrymoreno.com/"
},
{
"name": "Nick Pomfret"
},
{
"name": "rt2zz <zack@root-two.com>"
}
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"react-native-cli": "^2.0.1"
},
"codegenConfig": {
"name": "RNContactsSpec",
"type": "modules",
"jsSrcsDir": "src"
},
"peerDependencies": {
"react-native": "*",
"react": "*"
}
}