-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.18 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
{
"name": "react-native-network-connection-class",
"version": "0.0.4",
"description": "React-Native Android Bridge: Network Connection Class is an Android library that allows you to figure out the quality of the current user's internet connection. The connection gets classified into several 'Connection Classes' that make it easy to develop against.",
"author": {
"name": "Manuel Koch",
"email": "[email protected]"
},
"private": false,
"license": "Unlicense",
"repository": {
"type": "git",
"url": "https://github.com/manuelkch/react-native-network-connection-class"
},
"keywords": [
"JavaScript",
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"android",
"network-connection-class",
"network-connection",
"facebook-connection-class"
],
"bugs": {
"url": "https://github.com/manuelkch/react-native-network-connection-class/issues"
},
"homepage": "https://github.com/manuelkch/react-native-network-connection-class",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"peerDependencies": {
"react-native": ">=0.38.0"
}
}