{
  "name": "react-native-offline",
  "version": "3.15.2",
  "description": "Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration.",
  "main": "./src/index.js",
  "author": "Raul Gomez Acuña <raulgdeveloper@gmail.com> (https://github.com/rgommezz)",
  "license": "MIT",
  "scripts": {
    "lint": "eslint src",
    "jest": "jest",
    "test": "concurrently \"npm run lint\" \"npm run jest:coverage\" \"npm run flow\"",
    "flow": "flow",
    "format": "eslint --fix js/**/",
    "prettier": "prettier --single-quote --trailing-comma all --write \"src/**/*.js\"",
    "jest:coverage": "node --harmony node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "precommit": "yarn run lint",
    "contributors:add": "all-contributors add",
    "contributors:generate": "all-contributors generate"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rgommezz/react-native-offline.git"
  },
  "keywords": [
    "react-native",
    "react",
    "offline",
    "offline-first",
    "redux"
  ],
  "files": [
    "src"
  ],
  "bugs": {
    "url": "https://github.com/rgommezz/react-native-offline/issues"
  },
  "homepage": "https://github.com/rgommezz/react-native-offline#readme",
  "devDependencies": {
    "all-contributors-cli": "^5.4.0",
    "babel-eslint": "^7.2.1",
    "babel-jest": "^19.0.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-stage-0": "^6.22.0",
    "concurrently": "^3.4.0",
    "coveralls": "^2.13.1",
    "eslint": "^3.18.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-flowtype": "^2.33.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-prettier": "^2.4.0",
    "eslint-plugin-react": "^6.9.0",
    "flow-bin": "0.42.0",
    "husky": "^0.14.3",
    "jest": "^19.0.2",
    "prettier": "^1.9.2",
    "prop-types": "^15.5.10",
    "react": "16.0.0-alpha.6",
    "react-native": "0.44.2",
    "redux": "^3.6.0",
    "redux-mock-store": "^1.2.2",
    "redux-saga": "^0.16.0",
    "redux-thunk": "^2.2.0"
  },
  "dependencies": {
    "hoist-non-react-statics": "^1.2.0",
    "lodash": "^4.17.4",
    "redux-saga": "*"
  },
  "jest": {
    "collectCoverage": true
  }
}
