{
  "name": "expresswayreststop",
  "version": "1.1.2",
  "description": "A http framework for creating swagger-enabled REST endpoints.",
  "main": "index.js",
  "scripts": {
    "test": "node .\\node_modules\\mocha\\bin\\mocha tests.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EQCO/expresswayreststop.git"
  },
  "author": "Josh Mackey <josh@eqco.co>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/EQCO/expresswayreststop/issues"
  },
  "homepage": "https://github.com/EQCO/expresswayreststop",
  "peerDependencies": {
    "express": "^4.12.3"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "mocha": "^2.2.4",
    "sinon": "^1.14.1",
    "supertest-as-promised": "^2.0.0"
  },
  "dependencies": {
    "bluebird": "^2.9.24",
    "express": "^4.12.3",
    "lodash": "^3.6.0",
    "pg": "^4.3.0",
    "pg-hstore": "^2.3.2",
    "swagger-tools": "^0.8.5"
  }
}
