octoblu/meshblu-core-protocol-adapter-http-streaming

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "meshblu-core-protocol-adapter-http-streaming",
  "version": "2.1.1",
  "description": "",
  "engines": {
    "node": ">=5.0.0"
  },
  "engineStrict": true,
  "main": "command.js",
  "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=-"
  },
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/meshblu-core-protocol-adapter-http-streaming.git"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@octoblu/redis-ns": "^1.3.1",
    "async": "^2.1.2",
    "body-parser": "^1.15.2",
    "coffee-script": "^1.11.1",
    "colors": "^1.1.2",
    "compression": "^1.6.2",
    "cors": "^2.8.1",
    "debug": "^2.3.2",
    "errorhandler": "^1.5.0",
    "express": "^4.14.0",
    "express-meshblu-healthcheck": "^1.0.1",
    "express-send-error": "^1.0.4",
    "ioredis": "^2.4.0",
    "job-logger": "^4.3.1",
    "lodash": "^4.17.2",
    "meshblu-core-job-manager": "^9.0.0",
    "meshblu-core-manager-messenger": "^2.3.3",
    "meshblu-uuid-alias-resolver": "^1.0.1",
    "morgan": "^1.6.1",
    "request": "^2.79.0",
    "simple-benchmark": "^1.0.7",
    "uuid": "^3.0.0"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "chai-subset": "^1.3.0",
    "fakeredis": "^1.0.3",
    "mocha": "^3.1.2",
    "mocha-multi": "^0.9.1",
    "mocha-osx-reporter": "^0.1.2",
    "node-mocks-http": "^1.5.4",
    "nyc": "^9.0.1",
    "semver": "^5.3.0",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0"
  },
  "optionalDependencies": {
    "hiredis": "^0.4.1"
  },
  "nyc": {
    "cache": true,
    "reporter": [
      "text-summary",
      "lcov",
      "json"
    ],
    "extension": [
      ".coffee"
    ]
  }
}