codeclimate/javascript-test-reporter

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "codeclimate-test-reporter",
  "version": "0.5.1",
  "description": "Code Climate test reporter client for javascript projects",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover --report lcov _mocha"
  },
  "bin": {
    "codeclimate-test-reporter": "./bin/codeclimate.js"
  },
  "author": "Noah Davis",
  "license": "MIT",
  "devDependencies": {
    "istanbul": "^0.4.3",
    "mocha": "^5.2.0"
  },
  "engines": {
    "node": ">= 4"
  },
  "dependencies": {
    "async": "~1.5.2",
    "commander": "2.9.0",
    "lcov-parse": "0.0.10",
    "request": "~2.88.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/codeclimate/javascript-test-reporter.git"
  },
  "keywords": [
    "coverage",
    "testing",
    "codeclimate"
  ],
  "bugs": {
    "url": "https://github.com/codeclimate/javascript-test-reporter/issues"
  },
  "homepage": "https://github.com/codeclimate/javascript-test-reporter",
  "contributors": [
    "Bodhi Philpot <bodhi@theplant.jp> (http://theplant.jp)"
  ]
}