whyboris/karma-helpful-reporter

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "author": "Boris Yakubchik <yboris@yahoo.com>",
  "bugs": {
    "url": "https://github.com/whyboris/karma-helpful-reporter/issues"
  },
  "dependencies": {
    "cli-color": "1.4.0"
  },
  "description": "Karma reporter with helpful style logging.",
  "devDependencies": {
    "chai": "4.2.0",
    "coveralls": "3.0.11",
    "mocha": "7.1.1",
    "mocha-lcov-reporter": "1.3.0",
    "nyc": "15.0.0",
    "rewire": "5.0.0",
    "sinon": "9.0.1",
    "sinon-chai": "3.5.0"
  },
  "keywords": [
    "karma-plugin",
    "karma-reporter"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "yboris@yahoo.com",
      "name": "Boris Yakubchik"
    }
  ],
  "name": "karma-helpful-reporter",
  "peerDependencies": {
    "karma": ">=0.9"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/whyboris/karma-helpful-reporter.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=lcov --reporter=text-lcov mocha",
    "test": "nyc mocha",
    "test-travis": "nyc --reporter=lcov --reporter=text-lcov mocha"
  },
  "version": "0.3.4"
}