terinjokes/karma-tape-reporter

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "karma-tape-reporter",
  "description": "Karma plugin that reports TAP formated results",
  "version": "1.0.3",
  "author": "Terin Stock <terinjokes@gmail.com>",
  "bugs": {
    "url": "https://github.com/terinjokes/karma-tape-reporter/issues"
  },
  "dependencies": {
    "indent-string": ">=1.2.0 <2.0.0-0",
    "js-yaml": "git+https://github.com/terinjokes/js-yaml.git#block-literal-newlines-preserved",
    "printf": ">=0.2.0 <0.3.0-0",
    "useragent": ">=2.0.9 <3.0.0-0"
  },
  "devDependencies": {
    "argg": "0.0.1",
    "codeclimate-test-reporter": "0.0.3",
    "istanbul": ">=0.3.0 <0.4.0-0",
    "rimraf": ">=2.2.8 <3.0.0-0",
    "sinon": ">=1.10.3 <2.0.0-0",
    "tape": ">=2.14.0 <3.0.0-0"
  },
  "homepage": "https://github.com/terinjokes/karma-tape-reporter",
  "keywords": [
    "karma-plugin",
    "karma-reporter",
    "tap",
    "tape"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/terinjokes/karma-tape-reporter.git"
  },
  "scripts": {
    "codeclimate": "cat ./coverage/lcov.info|codeclimate",
    "coverage": "istanbul cover node_modules/argg test/*.js --report lcovonly",
    "coverage-html": "istanbul cover node_modules/argg test/*.js --report html",
    "rm": "rimraf ./coverage",
    "test": "npm run coverage && npm run rm",
    "test-report": "npm run coverage && npm run codeclimate && npm run rm"
  }
}