Mediahead-AG/mediahead-token

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mediahead-token",
  "version": "0.0.2",
  "description": "Token Generator and Verifier for Mediahead",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha",
    "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
    "codeclimate": "./node_modules/.bin/codeclimate < coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Mediahead-AG/mediahead-token.git"
  },
  "keywords": [
    "token",
    "mediahead",
    "hash"
  ],
  "author": "Jonatan Männchen <jonatan.mannchen@mediahead.com>",
  "license": "All Rights Reserved",
  "dependencies": {
    "lodash": "^3.3.1"
  },
  "devDependencies": {
    "chai": "*",
    "codeclimate-test-reporter": "0.0.4",
    "istanbul": "^0.3.7",
    "mocha": "*"
  }
}