forked from wix-incubator/react-native-paged-contacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 842 Bytes
/
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
{
"name": "react-native-paged-contacts",
"repository": {
"type": "git",
"url": "https://github.com/wix/react-native-paged-contacts.git"
},
"version": "3.0.0",
"description": "React Native Paged Contacts",
"nativePackage": true,
"keywords": [
"react-native",
"react",
"react-component",
"addressbook",
"contacts"
],
"peerDependencies": {
"react-native": "0.61.x"
},
"devDependencies": {
"react-native": "0.61.x"
},
"bugs": {
"url": "https://github.com/wix/react-native-paged-contacts/issues"
},
"homepage": "https://github.com/wix/react-native-paged-contacts",
"main": "index.js",
"author": "Leo Natan <lnatan@wix.com>",
"contributors": [
"Amir Uval <amiru@wix.com>",
"Ran Greenberg <rang@wix.com>",
"Guy Carmeli <guyc@wix.com>"
],
"license": "MIT"
}