octoblu/meshblu-core-task-get-global-public-key

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "meshblu-core-task-get-global-public-key",
  "version": "1.0.0",
  "description": "Retrieve the Meshblu global public key",
  "main": "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=-"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/meshblu-core-task-get-global-public-key.git"
  },
  "keywords": [
    "meshblu"
  ],
  "author": "Octoblu, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/meshblu-core-task-get-global-public-key/issues"
  },
  "homepage": "https://github.com/octoblu/meshblu-core-task-get-global-public-key#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-script": "^1.10.0",
    "mocha": "^2.4.5",
    "mocha-multi": "^0.9.1",
    "mocha-osx-reporter": "^0.1.2",
    "nyc": "^8.3.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0"
  },
  "nyc": {
    "cache": true,
    "reporter": [
      "text-summary",
      "lcov",
      "json"
    ],
    "extension": [
      ".coffee"
    ]
  }
}