{
  "name": "karma-brief-reporter",
  "description": "Reports test progress statistics and lists failures at the end of a Karma test run.",
  "version": "0.3.0",
  "homepage": "https://github.com/prantlf/karma-brief-reporter",
  "author": {
    "name": "Ferdinand Prantl",
    "email": "prantlf@gmail.com",
    "url": "http://prantl.tk"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prantlf/karma-brief-reporter.git"
  },
  "bugs": {
    "url": "https://github.com/prantlf/karma-brief-reporter/issues"
  },
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/prantlf/karma-brief-reporter/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 8"
  },
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "lint": "standard --verbose",
    "fix": "standard --verbose --fix",
    "check": "c8 mocha --report lcov -- test/*",
    "test": "npm run lint && npm run check"
  },
  "dependencies": {
    "cli-color": "2.0.4"
  },
  "devDependencies": {
    "c8": "^11.0.0",
    "chai": "^6.2.2",
    "eslint-config-standard": "17.1.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "7.3.0",
    "eslint-plugin-standard": "5.0.0",
    "mocha": "^11.7.5",
    "mocha-lcov-reporter": "1.3.0",
    "rewire": "9.0.1",
    "sinon": "21.1.2",
    "sinon-chai": "4.0.1",
    "standard": "17.1.2"
  },
  "peerDependencies": {
    "karma": ">=4.3"
  },
  "keywords": [
    "karma-plugin",
    "karma-reporter",
    "progress",
    "brief",
    "test"
  ]
}