{
  "name": "jacoco-parse",
  "version": "2.0.1",
  "description": "Parse jacoco coverage to JSON, based on output from lcov-parse",
  "main": "source/index.js",
  "scripts": {
    "test": "mocha --reporter spec",
    "testcover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vokal/jacoco-parse.git"
  },
  "author": "Vokal",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vokal/jacoco-parse/issues"
  },
  "homepage": "https://github.com/vokal/jacoco-parse",
  "dependencies": {
    "mocha": "^5.2.0",
    "xml2js": "^0.4.9"
  }
}
