{
  "name": "react-isomorphic-koa-middleware",
  "version": "0.0.5",
  "description": "Koa middleware use for server render react(redux).",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dongwenxiao/react-isomorphic-koa-middleware.git"
  },
  "keywords": [
    "koa-middleware",
    "react-isomorphic",
    "react-server-render"
  ],
  "author": "cs_victor@126.com",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dongwenxiao/react-isomorphic-koa-middleware/issues"
  },
  "homepage": "https://github.com/dongwenxiao/react-isomorphic-koa-middleware",
  "dependencies": {
    "react": "~15.4.1",
    "react-dom": "~15.4.1",
    "react-router": "~3.0.0",
    "redux": "~3.6.0",
    "redux-thunk": "~2.1.0",
    "react-redux": "~4.4.6",
    "react-router-redux": "~4.0.7"
  }
}