-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.79 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
65
66
67
68
69
{
"_from": "react-native-contacts",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-c8CiNxItir9K+n3YMv+6HUdH2b8EW3kbh5KFhNeLKHtjaSOM0uEKtgslzEZkoGmhjs6cwSMY49CT8YzajHX7Rg==",
"_location": "/react-native-contacts",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-contacts",
"name": "react-native-contacts",
"escapedName": "react-native-contacts",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-contacts/-/react-native-contacts-2.1.3.tgz",
"_shasum": "743b44a4b8aa84845943953783fac23d4732960c",
"_spec": "react-native-contacts",
"_where": "C:\\Users\\a252898\\Desktop\\2ndStart\\ReactNative\\GenNew",
"author": {
"name": "rt2zz",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/rt2zz/react-native-contacts/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Harry Moreno",
"email": "[email protected]",
"url": "http://harrymoreno.com/"
},
{
"name": "Nick Pomfret"
}
],
"deprecated": false,
"description": "React Native Contacts (android & ios)",
"homepage": "https://github.com/rt2zz/react-native-contacts",
"keywords": [
"react-native",
"react",
"react-component",
"addressbook",
"contacts",
"ios",
"android"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-contacts",
"nativePackage": true,
"repository": {
"type": "git",
"url": "git+https://github.com/rt2zz/react-native-contacts.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "index.d.ts",
"version": "2.1.3"
}