-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "react-native-internet-status-view",
"version": "0.1.1",
"description": "A callout that's similiar to what facebook messengers shows during internet connectivity status change.",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ismdcf/react-native-internet-status-view.git"
},
"keywords": [
"react-native-internet-status",
"internet",
"connectivity",
"status",
"react-native"
],
"author": "Ismail Iqbal",
"license": "ISC",
"bugs": {
"url": "https://github.com/ismdcf/react-native-internet-status-view/issues"
},
"homepage": "https://github.com/ismdcf/react-native-internet-status-view#readme",
"peerDependencies": {
"react-native": "*",
"create-react-class": "^15.6.3"
},
"directories": {
"example": "example"
},
"dependencies": {},
"devDependencies": {
"standard": "^10.0.2"
},
"standard": {
"ignore": [
"/example/InternetStatusViewExample/__tests__/"
]
}
}