{
  "name": "karma-min-reporter",
  "version": "0.1.0",
  "description": "Minimal test reporter for Karma",
  "author": "Jim Fitzpatrick",
  "license": "MIT",
  "main": "index.js",
  "files": [
    "index.js",
    "lib.js"
  ],
  "scripts": {
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "lint": "standard",
    "pretest": "npm run lint",
    "test:unit": "nyc tape test/unit/*.test.js",
    "test:functional": "tape test/functional",
    "test": "npm run test:unit && npm run test:functional",
    "validate": "npm test && npm run coveralls"
  },
  "homepage": "https://github.com/jimf/karma-min-reporter",
  "repository": {
    "type": "git",
    "url": "https://github.com/jimf/karma-min-reporter"
  },
  "bugs": {
    "url": "https://github.com/jimf/karma-min-reporter/issues"
  },
  "keywords": [
    "karma-plugin",
    "karma-reporter",
    "karma",
    "reporter",
    "test",
    "tdd"
  ],
  "peerDependencies": {
    "karma": ">=0.9"
  },
  "dependencies": {
    "colors": "^1.1.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.15",
    "cross-spawn": "^5.0.1",
    "jasmine-core": "^2.5.2",
    "karma": "^1.3.0",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "nyc": "^10.0.0",
    "standard": "^8.6.0",
    "tape": "^4.6.3"
  }
}
