{
  "name": "karma-subunit-reporter",
  "version": "0.0.4",
  "description": "A Karma plugin to report results in Subunit format",
  "main": "index.js",
  "scripts": {
    "test": "exit 0",
    "lint": "eslint ./"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timothyb89/karma-subunit-reporter.git"
  },
  "keywords": [
    "karma-plugin",
    "karma-reporter",
    "subunit"
  ],
  "author": "OpenStack <openstack-dev@lists.openstack.org> (http://www.openstack.org/)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/timothyb89/karma-subunit-reporter/issues"
  },
  "homepage": "https://github.com/timothyb89/karma-subunit-reporter#readme",
  "dependencies": {
    "subunit-js": "0.0.2"
  },
  "devDependencies": {
    "eslint": "^1.5.1",
    "eslint-config-openstack": "^1.2.4"
  },
  "peerDependencies": {
    "karma": ">=0.9"
  }
}
