octoblu/governator-service

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "governator-service",
  "version": "6.0.0",
  "description": "git@github.com:octoblu/governator-service.git",
  "main": "index.js",
  "scripts": {
    "start": "node command.js",
    "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/governator-service.git"
  },
  "keywords": [
    "governator"
  ],
  "author": "Octoblu, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/governator-service/issues"
  },
  "homepage": "https://github.com/octoblu/governator-service#readme",
  "devDependencies": {
    "chai": "^3.4.1",
    "coffee-coverage": "^1.0.1",
    "coffee-script": "^1.10.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.1",
    "mocha-istanbul": "^0.2.0",
    "request": "^2.67.0",
    "shmock": "^0.8.1",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "uuid": "^2.0.1"
  },
  "dependencies": {
    "async": "^1.5.2",
    "cmdln": "^3.5.3",
    "colors": "^1.1.2",
    "dashdash": "^1.12.2",
    "debug": "^2.2.0",
    "express-meshblu-auth-device": "^1.2.0",
    "express-octoblu": "^1.1.1",
    "express-redis-pooled-client": "^1.0.2",
    "lodash": "^4.6.1",
    "meshblu-config": "^3.1.1",
    "schmock": "0.0.5",
    "server-destroy": "^1.0.1"
  }
}