{
  "author": "Daniel Arlitt <dgarlitt@yahoo.com>",
  "bugs": {
    "url": "https://github.com/prantlf/karma-nyan-reporter/issues"
  },
  "dependencies": {
    "cli-color": "^1.2.0"
  },
  "description": "Karma reporter with Nyan Cat style logging.",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^3.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.1.1",
    "mocha-lcov-reporter": "1.3.0",
    "rewire": "^4.0.1",
    "sinon": "^5.0.7",
    "sinon-chai": "^3.0.0",
    "semantic-release": "^15.4.1",
    "travis-deploy-once": "^5.0.0"
  },
  "keywords": [
    "karma-plugin",
    "karma-reporter",
    "nyan",
    "cat"
  ],
  "license": "The MIT License (MIT)",
  "main": "index.js",
  "maintainers": [
    {
      "email": "dgarlitt@yahoo.com",
      "name": "Daniel Arlitt"
    }
  ],
  "name": "karma-nyan-ext-reporter",
  "peerDependencies": {
    "karma": ">=0.9"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prantlf/karma-nyan-reporter.git"
  },
  "scripts": {
    "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
    "test": "mocha -R spec ./test/*",
    "test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./test/*",
    "semantic-release": "semantic-release",
    "travis-deploy-once": "travis-deploy-once"
  },
  "release": {
    "branch": "combined"
  },
  "version": "0.3.4"
}
