-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.43 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.43 KB
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
{
"name": "react-native-network-checker",
"version": "0.1.5",
"description": "A simple and customizable React Native component that checks internet connection and shows message about the connection.",
"main": "index.js",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/prabureddy/react-native-network-checker.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"ui",
"internet",
"checker",
"internet-checker",
"network"
],
"author": "Bhargava Prabu Reddy <[email protected]> (https://github.com/prabureddy/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/prabureddy/react-native-network-checker/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/prabureddy/react-native-network-checker",
"engines": {
"node": ">=6.0.0"
},
"contributors": [
{
"name": "Bhargava Prabu Reddy M",
"email": "[email protected]",
"url": "https://github.com/prabureddy/"
}
],
"engineStrict": true,
"devDependencies": {
"metro-react-native-babel-preset": "^0.61.0"
},
"dependencies": {
"@react-native-community/netinfo": "^5.9.5",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "16.1.1",
"react-native": "0.60.2",
"@react-native-community/netinfo": "^5.9.5"
}
}