octoblu/meshblu-core-task-cache-token

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "meshblu-core-task-cache-token",
  "version": "1.2.0",
  "description": "Meshblu Token Cacher",
  "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-cache-token.git"
  },
  "keywords": [
    "meshblu"
  ],
  "author": "Octoblu, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/meshblu-core-task-cache-token/issues"
  },
  "homepage": "https://github.com/octoblu/meshblu-core-task-cache-token#readme",
  "dependencies": {
    "coffee-script": "^1.10.0",
    "meshblu-core-manager-token": "^4.3.0"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "coffee-script": "^1.10.0",
    "fakeredis": "^0.3.4",
    "meshblu-core-cache": "^1.5.0",
    "mocha": "^2.3.3",
    "mocha-multi": "^0.9.1",
    "mocha-osx-reporter": "^0.1.2",
    "nyc": "^8.3.0",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "uuid": "^2.0.1"
  },
  "nyc": {
    "cache": true,
    "reporter": [
      "text-summary",
      "lcov",
      "json"
    ],
    "extension": [
      ".coffee"
    ]
  }
}