octoblu/node-meshblu-http

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "meshblu-http",
  "version": "10.2.1",
  "description": "Meshblu HTTP API",
  "main": "dist/index.js",
  "scripts": {
    "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=-",
    "build": "coffee --compile --output dist/ --map src/*.coffee"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/octoblu/node-meshblu-http.git"
  },
  "keywords": [
    "meshblu",
    "http"
  ],
  "author": "Octoblu <dev@octoblu.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/node-meshblu-http/issues"
  },
  "homepage": "https://github.com/octoblu/node-meshblu-http",
  "devDependencies": {
    "chai": "^4.0.1",
    "coffee-script": "^1.12.6",
    "mocha": "^5.2.0",
    "mocha-multi": "^1.0.1",
    "mocha-osx-reporter": "^0.1.2",
    "nyc": "^13.1.0",
    "sinon": "6.3.5",
    "sinon-chai": "^3.2.0"
  },
  "dependencies": {
    "debug": "^4.1.0",
    "json-stable-stringify": "^1.0.0",
    "lodash": "^4.17.11",
    "node-rsa": "^0.4.2",
    "request": "^2.88.0",
    "srv-failover": "^2.0.0"
  },
  "nyc": {
    "cache": true,
    "reporter": [
      "text-summary",
      "lcov",
      "json"
    ],
    "extension": [
      ".coffee"
    ]
  }
}