{
  "name": "endo-core",
  "version": "18.2.5",
  "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": "mocha",
    "coverage": "nyc npm test",
    "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
    "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-script": "^1.10.0",
    "fs-cson": "^0.3.2",
    "mocha": "^3.2.0",
    "mocha-multi": "^0.10.0",
    "mocha-osx-reporter": "^0.1.2",
    "mock-fs": "^4.1.0",
    "moment": "^2.15.1",
    "nyc": "^10.1.2",
    "passport-strategy": "^1.0.0",
    "request": "^2.80.0",
    "server-destroy": "^1.0.1",
    "shmock": "^0.7.2",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "socket.io": "^1.7.3"
  },
  "dependencies": {
    "@octoblu/connect-http-signature": "^0.1.3",
    "body-parser": "^1.17.1",
    "coffee-script": "^1.12.4",
    "cookie-parser": "^1.4.1",
    "cookie-session": "^2.0.0-beta.1",
    "cors": "^2.5.3",
    "cson": "^4.0.0",
    "debug": "^2.6.1",
    "errorhandler": "^1.5.0",
    "express": "^4.15.2",
    "express-meshblu-auth": "^9.1.0",
    "express-meshblu-healthcheck": "^1.0.1",
    "express-package-version": "0.0.2",
    "express-send-error": "^1.2.0",
    "jsonschema": "^1.1.1",
    "lodash": "^4.17.4",
    "meshblu-encryption": "^2.0.0",
    "meshblu-firehose-socket.io": "^2.2.0",
    "meshblu-http": "^10.2.0",
    "moment": "^2.17.1",
    "morgan": "^1.8.1",
    "passport": "^0.3.2",
    "passport-octoblu": "^3.0.1",
    "serve-favicon": "^2.4.1",
    "shmock": "^0.8.1"
  },
  "peerDependencies": {},
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "license": "MIT",
  "nyc": {
    "cache": true,
    "reporter": [
      "text-summary",
      "lcov",
      "json"
    ],
    "extension": [
      ".coffee"
    ]
  }
}
