{
  "name": "fwsp-hydra-express",
  "version": "0.12.3",
  "description": "A module which wraps Hydra and ExpressJS to provide an out of the box microservice which can support API routes and handlers.",
  "author": {
    "name": "Carlos Justiniano"
  },
  "contributors": [
    {
      "name": "Carlos Justiniano",
      "github": "cjus",
      "email": "carlos.justiniano@gmail.com"
    },
    {
      "name": "Eric Adum",
      "github": "emadum",
      "email": "eric.adum@gmail.com"
    },
    {
      "name": "Artem Kochnev",
      "github": "artemkochnev",
      "email": "artemkochnev@gmail.com"
    }
  ],
  "scripts": {
    "test": "mocha specs --reporter spec"
  },
  "engines": {
    "node": ">=6.2.1"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flywheelsports/fwsp-hydra-express.git"
  },
  "bin": {
    "hydra-express": "index.js"
  },
  "homepage": "https://github.com/flywheelsports/fwsp-hydra-express#readme",
  "dependencies": {
    "bluebird": "3.4.6",
    "body-parser": "1.15.2",
    "cors": "2.8.1",
    "express": "4.14.0",
    "fwsp-hydra": "0.12.2",
    "fwsp-jsutils": "1.0.8",
    "fwsp-jwt-auth": "0.0.7",
    "fwsp-server-response": "2.2.3",
    "helmet": "2.3.0",
    "moment": "2.17.1",
    "response-time": "2.3.2"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "eslint": "3.12.1",
    "jscs": "3.0.7",
    "jscs-jsdoc": "2.0.0",
    "mocha": "3.1.0",
    "superagent": "2.3.0"
  }
}
