michaelcontento/redux-middleware-react-native-netinfo

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "redux-middleware-react-native-netinfo",
  "version": "0.0.5",
  "description": "Glue NetInfo from react-native to Redux.",
  "main": "lib/index.js",
  "scripts": {
    "test": "make ci",
    "prepublish": "make build lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaelcontento/redux-middleware-react-native-netinfo.git"
  },
  "homepage": "https://github.com/michaelcontento/redux-middleware-react-native-netinfo",
  "keywords": [
    "redux",
    "redux-middleware",
    "middleware",
    "react-native",
    "fsa",
    "flux-standard-action",
    "flux"
  ],
  "author": {
    "name": "Michael Contento",
    "email": "michaelcontento@gmail.com"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.1.18",
    "babel-eslint": "^4.1.5",
    "babel-preset-michaelcontento": "^1.0.0",
    "eslint": "^1.9.0",
    "eslint-config-airbnb": "^1.0.2",
    "eslint-config-michaelcontento": "^1.0.0",
    "eslint-plugin-mocha-only": "0.0.3"
  },
  "dependencies": {
    "react-native": "^0.15.0",
    "redux-actions": "^0.8.0",
    "redux-middleware-oneshot": "^0.1.1"
  },
  "peerDependencies": {
    "redux": "^3.0.0 || ^2.0.0 || ^1.0.0 || 1.0.0-alpha || 1.0.0-rc"
  },
  "bugs": {
    "url": "https://github.com/michaelcontento/redux-middleware-react-native-netinfo/issues"
  }
}