{
  "name": "@flowio/redux-fetch",
  "version": "0.14.1",
  "description": "Universal data fetching bindings for React, React Router, and Redux",
  "main": "lib/index.js",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "clean": "rm -rf ./lib ./coverage",
    "build": "babel ./src --out-dir ./lib",
    "coverage": "cross-env NODE_ENV=test nyc npm test",
    "lint": "eslint --cache --ext .jsx,.js .",
    "lint:fix": "npm run lint -- --fix",
    "test": "mocha ./test/specs/**/*.{js,jsx}",
    "prepublish": "npm-run-all clean lint coverage build",
    "watch:build": "nodemon --exec 'npm run build' --ext 'js jsx' --watch './src' --watch './test'",
    "watch:test": "nodemon --exec 'mocha --debug ./test/specs/**/*.{js,jsx}' --ext 'js jsx' --watch './src' --watch './test'",
    "postpublish": "greenkeeper-postpublish"
  },
  "keywords": [
    "fetching",
    "isomorphic",
    "universal",
    "react",
    "redux",
    "react-router"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flowcommerce/redux-fetch.git"
  },
  "author": "Flow Commerce",
  "contributors": [
    "Christian Muñoz <christian.munoz@flow.io>"
  ],
  "license": "MIT",
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "hoist-non-react-statics": "^2.3.1",
    "react-static-container": "^1.0.1"
  },
  "peerDependencies": {
    "prop-types": "^15.0.0",
    "react": "^15.0.0",
    "react-dom": "^15.0.0",
    "react-redux": "^5.0.0",
    "react-router": "^3.0.0",
    "redux": "^3.0.0",
    "redux-thunk": "^2.0.0"
  },
  "devDependencies": {
    "@flowio/babel-preset-flowio": "^1.4.1",
    "@flowio/eslint-config-flowio": "^10.0.0",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.0.0",
    "babel-plugin-istanbul": "^4.1.4",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "cross-env": "^5.0.5",
    "deep-freeze": "^0.0.1",
    "enzyme": "^2.9.1",
    "eslint": "^4.6.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.3.0",
    "greenkeeper-postpublish": "^1.3.0",
    "jsdom": "^11.2.0",
    "lodash": "^4.17.4",
    "mocha": "^3.5.3",
    "nodemon": "^1.12.1",
    "npm-run-all": "^4.1.1",
    "nyc": "^11.2.1",
    "prop-types": "^15.5.10",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "react-redux": "^5.0.6",
    "react-router": "^3.0.3",
    "react-test-renderer": "^15.6.1",
    "redux": "^3.7.2",
    "redux-mock-store": "^1.3.0",
    "redux-thunk": "^2.2.0",
    "sinon": "^3.0.0",
    "sinon-chai": "^2.13.0"
  }
}
