{
  "name": "karma-fail-fast-reporter",
  "version": "1.0.5",
  "description": "A Karma plugin. Report failures as soon as they occur.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaelbull/karma-fail-fast-reporter.git"
  },
  "keywords": [
    "karma-plugin",
    "karma-reporter",
    "fail-fast"
  ],
  "author": {
    "name": "Michael Bull",
    "url": "https://www.michael-bull.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/michaelbull/karma-fail-fast-reporter/issues"
  },
  "homepage": "https://github.com/michaelbull/karma-fail-fast-reporter#readme",
  "peerDependencies": {
    "karma": ">=1.4.0"
  },
  "devDependencies": {
    "release-it": "2.5.3"
  }
}
