-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 983 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
30
31
32
33
34
35
{
"name": "react-native-redux-connectivity",
"version": "0.2.1",
"description": "Monitor network connectivity and story the result in Redux",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calvium/react-native-redux-connectivity.git"
},
"keywords": [
"react",
"native",
"network",
"wifi",
"connectivity"
],
"author": "Pablo Isidoro Carrillo Alvarez <pablo@calvium.com> (https://www.calvium.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvium/react-native-redux-connectivity/issues"
},
"homepage": "https://github.com/calvium/react-native-redux-connectivity#readme",
"peerDependencies": {
"react-native": ">=0.57.0",
"@react-native-community/netinfo": "^2.0.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-calvium": "^0.3.0",
"flow-bin": "^0.42.0"
}
}