{
  "name": "react-nexus",
  "version": "5.0.5",
  "description": "Real world apps with React",
  "main": "dist/node/prod/lib/index.js",
  "browser": "dist/browser/prod/lib/index.js",
  "scripts": {
    "test": "gulp test",
    "iron-test": "iron-node node_modules/gulp/bin/gulp.js test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elierotenberg/react-nexus.git"
  },
  "author": "Elie Rotenberg <elie@rotenberg.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/elierotenberg/react-nexus/issues"
  },
  "homepage": "https://github.com/elierotenberg/react-nexus#readme",
  "private": false,
  "devDependencies": {
    "babel-eslint": "^5.0.0-beta6",
    "babel-loader": "^6.2.1",
    "babel-plugin-lodash": "^3.2.8",
    "babel-plugin-react-display-name": "^2.0.0",
    "babel-plugin-syntax-async-functions": "^6.3.13",
    "babel-plugin-syntax-async-generators": "^6.3.13",
    "babel-plugin-syntax-class-constructor-call": "^6.3.13",
    "babel-plugin-syntax-class-properties": "^6.3.13",
    "babel-plugin-syntax-decorators": "^6.3.13",
    "babel-plugin-syntax-flow": "^6.3.13",
    "babel-plugin-syntax-jsx": "^6.3.13",
    "babel-plugin-syntax-object-rest-spread": "^6.3.13",
    "babel-plugin-syntax-trailing-function-commas": "^6.3.13",
    "babel-plugin-transform-async-to-generator": "^6.4.6",
    "babel-plugin-transform-async-to-module-method": "^6.4.0",
    "babel-plugin-transform-class-constructor-call": "^6.4.0",
    "babel-plugin-transform-class-properties": "^6.4.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-es2015-arrow-functions": "^6.4.0",
    "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
    "babel-plugin-transform-es2015-block-scoping": "^6.4.0",
    "babel-plugin-transform-es2015-classes": "^6.4.5",
    "babel-plugin-transform-es2015-computed-properties": "^6.4.0",
    "babel-plugin-transform-es2015-constants": "^6.1.4",
    "babel-plugin-transform-es2015-destructuring": "^6.4.0",
    "babel-plugin-transform-es2015-for-of": "^6.3.13",
    "babel-plugin-transform-es2015-function-name": "^6.4.0",
    "babel-plugin-transform-es2015-literals": "^6.3.13",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.4.5",
    "babel-plugin-transform-es2015-object-super": "^6.4.0",
    "babel-plugin-transform-es2015-parameters": "^6.4.5",
    "babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
    "babel-plugin-transform-es2015-spread": "^6.4.0",
    "babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
    "babel-plugin-transform-es2015-template-literals": "^6.3.13",
    "babel-plugin-transform-es2015-typeof-symbol": "^6.4.3",
    "babel-plugin-transform-es2015-unicode-regex": "^6.4.3",
    "babel-plugin-transform-eval": "^6.3.13",
    "babel-plugin-transform-exponentiation-operator": "^6.3.13",
    "babel-plugin-transform-flow-strip-types": "^6.4.0",
    "babel-plugin-transform-jscript": "^6.4.0",
    "babel-plugin-transform-object-assign": "^6.3.13",
    "babel-plugin-transform-object-rest-spread": "^6.3.13",
    "babel-plugin-transform-object-set-prototype-of-to-assign": "^6.3.13",
    "babel-plugin-transform-proto-to-assign": "^6.4.0",
    "babel-plugin-transform-react-constant-elements": "^6.4.0",
    "babel-plugin-transform-react-display-name": "^6.4.0",
    "babel-plugin-transform-react-inline-elements": "^6.4.0",
    "babel-plugin-transform-react-jsx": "^6.4.0",
    "babel-plugin-transform-regenerator": "^6.4.4",
    "babel-plugin-transform-runtime": "^6.4.3",
    "babel-plugin-transform-undefined-to-void": "^6.3.13",
    "babel-register": "^6.4.3",
    "body-parser": "^1.14.2",
    "cheerio": "^0.20.0",
    "enzyme": "^2.8.0",
    "eslint": "^4.18.2",
    "eslint-plugin-babel": "^3.0.0",
    "eslint-plugin-react": "^3.15.0",
    "express": "^4.13.4",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.1",
    "gulp-changed": "^1.3.0",
    "gulp-eslint": "^1.1.1",
    "gulp-mocha": "^2.2.0",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.4.1",
    "gulp-util": "^3.0.7",
    "gulp-webdriver": "^1.0.3",
    "http-status-codes": "^1.0.6",
    "jsdom": "^9.12.0",
    "json-loader": "^0.5.4",
    "koa": "^1.1.2",
    "koa-body": "^1.4.0",
    "koa-cors": "0.0.16",
    "koa-router": "^5.3.0",
    "mocha": "^2.3.4",
    "nock": "^8.0.0",
    "react": "^15.6.2",
    "react-dom": "^15.6.2",
    "react-test-renderer": "^16.0.0",
    "rimraf": "^2.5.0",
    "run-sequence": "^1.1.5",
    "selenium-standalone": "^4.9.0",
    "should": "^8.1.1",
    "sinon": "^1.17.3",
    "source-map-support": "^0.4.0",
    "through2": "^2.0.0",
    "url": "^0.11.0",
    "webdriverio": "^4.0.3",
    "webpack": "^1.12.11",
    "webpack-stream": "^3.0.0"
  },
  "dependencies": {
    "babel-polyfill": "^6.3.14",
    "babel-runtime": "^6.3.19",
    "bluebird": "^3.1.1",
    "deep-equal": "^1.0.1",
    "isomorphic-fetch": "^2.2.1",
    "lodash": "^4.0.0",
    "path-to-regexp": "^1.2.1",
    "prop-types": "^15.6.0",
    "shallowequal": "^1.0.2"
  },
  "peerDependencies": {
    "react": "^15.6.2",
    "react-dom": "^15.6.2"
  }
}
