forked from cq0702/react-native-sectionlist-contacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 774 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
{
"name": "react-native-sectionlist-contacts",
"version": "1.1.3",
"description": "address book for react native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cq0702/react-native-sectionlist-contacts.git"
},
"keywords": [
"react-native-sectionlist-contacts",
"react-native-sectionlist",
"sectionlistContacts",
"react-native",
"addressbook"
],
"author": "Roy",
"license": "ISC",
"bugs": {
"url": "https://github.com/cq0702/react-native-sectionlist-contacts/issues"
},
"dependencies": {
"lodash": "^4.17.11"
},
"homepage": "https://github.com/cq0702/react-native-sectionlist-contacts#readme"
}