UNPKG

737 BJSONView Raw
1{
2 "name": "@madeagency/react-native-connection-alert",
3 "version": "1.0.12",
4 "description": "Displays an alert which stays open until the specified network request succeeds",
5 "repository": "https://github.com/madeagency/react-native-connection-alert.git",
6 "main": "index.js",
7 "scripts": {
8 "test": ""
9 },
10 "keywords": [
11 "react-native",
12 "internet",
13 "network",
14 "connection"
15 ],
16 "author": "MADE Agency, Ross Berkland",
17 "license": "ISC",
18 "peerDependencies": {
19 "react-native": ">= 0.20.0"
20 },
21 "dependencies": {
22 "babel-eslint": "^8.0.1",
23 "eslint": "^4.10.0",
24 "eslint-plugin-flowtype": "^2.39.1",
25 "prettier": "^1.7.4"
26 },
27 "devDependencies": {
28 "react-native": "^0.49.5"
29 }
30}