{
  "name": "istanbul-api",
  "version": "1.1.0",
  "description": "High level API for istanbul features",
  "main": "index.js",
  "scripts": {
    "fast": "mocha --slow 1000 test/",
    "pretest": "jshint index.js lib/ test/",
    "test": "istanbul cover -x 'docs/**' --include-all-sources --print=both node_modules/mocha/bin/_mocha -- --slow 2000 -t 10000 test/",
    "xposttest": "istanbul check-coverage --statements 95 --branches 80",
    "release": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/istanbuljs/istanbul-api.git"
  },
  "keywords": [
    "istanbul",
    "api"
  ],
  "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/istanbuljs/istanbul-api/issues"
  },
  "homepage": "https://github.com/istanbuljs/istanbul-api#readme",
  "devDependencies": {
    "chai": "^3.0.0",
    "coveralls": "^2.11.4",
    "istanbul": "^0.4.0",
    "jshint": "^2.8.0",
    "memory-streams": "^0.1.0",
    "mocha": "^3.1.2",
    "rimraf": "^2.4.3",
    "standard-version": "^4.0.0"
  },
  "dependencies": {
    "async": "^2.1.4",
    "fileset": "^2.0.2",
    "istanbul-lib-coverage": "^1.0.0",
    "istanbul-lib-hook": "^1.0.0-alpha.4",
    "istanbul-lib-instrument": "^1.3.0",
    "istanbul-lib-report": "^1.0.0-alpha.3",
    "istanbul-lib-source-maps": "^1.1.0",
    "istanbul-reports": "^1.0.0",
    "js-yaml": "^3.7.0",
    "mkdirp": "^0.5.1",
    "once": "^1.4.0"
  }
}
