{
  "name": "react-server-redux",
  "version": "0.8.0",
  "description": "Redux support for React-Server",
  "main": "target/index.js",
  "scripts": {
    "test": "ava test/*.spec.js && gulp eslint",
    "prepublish": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/redfin/react-server"
  },
  "keywords": [
    "react-server",
    "redux"
  ],
  "author": "Sresan Thevarajah",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/redfin/react-server/issues"
  },
  "homepage": "https://github.com/redfin/react-server",
  "dependencies": {
    "react-redux": "^5.0.1",
    "redux": "^3.6.0"
  },
  "peerDependencies": {
    "react": "~0.14.9 || ^15.3.0 || ^16.0.0"
  },
  "devDependencies": {
    "ava": "^0.17.0",
    "gulp": "^3.9.1",
    "gulp-eslint": "^3.0.1",
    "gulp-babel": "^6.1.2",
    "babel-preset-es2015": "^6.18.0",
    "eslint": "^3.8.1",
    "eslint-plugin-react": "^6.4.1",
    "babel-eslint": "^7.0.0"
  }
}
