{
  "name": "nexus-flux-rest",
  "version": "0.0.1",
  "description": "",
  "homepage": "https://github.com/elierotenberg/nexus-flux-rest",
  "keywords": [
    "editorconfig",
    "eslintconfig",
    "gitignore",
    "gulpfile",
    "jsbeautify"
  ],
  "bugs": "https://github.com/elierotenberg/nexus-flux-rest/issues",
  "license": "MIT",
  "author": "Elie Rotenberg <elie@rotenberg.io>",
  "main": "src/index.jsx",
  "repository": {
    "type": "git",
    "url": "https://github.com/elierotenberg/nexus-flux-rest.git"
  },
  "scripts": {
    "test": "gulp test"
  },
  "devDependencies": {
    "babel": "^5.6.14",
    "babel-eslint": "^3.1.23",
    "babel-runtime": "^5.6.17",
    "eslint": "^0.24.0",
    "eslint-plugin-babel": "^1.1.0",
    "eslint-plugin-react": "^2.6.4",
    "gulp": "^3.9.0",
    "gulp-eslint": "^0.15.0",
    "gulp-mocha": "^2.1.2",
    "gulp-plumber": "^1.0.1",
    "remutable": "^3.0.1"
  },
  "dependencies": {
    "bluebird": "^2.9.33",
    "body-parser": "^1.13.2",
    "cors": "^2.7.1",
    "express": "^4.13.1",
    "http-errors": "^1.3.1",
    "immutable-request": "^1.0.1",
    "lodash": "^3.10.0",
    "nexus-flux": "^4.1.0",
    "should": "^7.0.2"
  }
}
