{
  "name": "endo-core",
  "version": "13.3.0",
  "description": "Put some description here",
  "keywords": [],
  "homepage": "https://github.com/octoblu/endo-core",
  "bugs": "https://github.com/octoblu/endo-core/issues",
  "author": {
    "name": "Octoblu",
    "url": "https://github.com/octoblu"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/octoblu/endo-core.git"
  },
  "scripts": {
    "start": "node command.js",
    "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
  },
  "devDependencies": {
    "@octoblu/shmock": "^0.7.2",
    "chai": "^3.5.0",
    "coffee-coverage": "^1.0.1",
    "coffee-script": "^1.10.0",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5",
    "mocha-istanbul": "^0.2.0",
    "passport-strategy": "^1.0.0",
    "request": "^2.66.0",
    "server-destroy": "^1.0.1",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "body-parser": "^1.14.1",
    "coffee-script": "^1.10.0",
    "cookie-parser": "^1.4.1",
    "cookie-session": "^2.0.0-alpha.1",
    "cors": "^2.5.3",
    "debug": "^2.2.0",
    "errorhandler": "^1.4.2",
    "express": "^4.13.3",
    "express-meshblu-auth": "^6.0.0",
    "express-meshblu-healthcheck": "^1.0.1",
    "express-package-version": "0.0.2",
    "express-send-error": "^1.1.0",
    "jsonschema": "^1.1.0",
    "lodash": "^4.11.1",
    "meshblu-encryption": "^2.0.0",
    "meshblu-http": "^5.3.2",
    "morgan": "^1.6.1",
    "passport": "^0.3.2",
    "passport-octoblu": "^2.0.1",
    "serve-favicon": "^2.3.0"
  },
  "peerDependencies": {},
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "license": "MIT"
}
