{
  "name": "abacus-usage-meter-itest",
  "description": "Usage meter integration and performance tests",
  "license": "Apache-2.0",
  "version": "1.1.3",
  "private": false,
  "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/test/metering/meter",
  "bugs": {
    "url": "https://github.com/cloudfoundry-incubator/cf-abacus/issues"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/cloudfoundry-incubator/cf-abacus.git"
  },
  "keywords": [
    "cf",
    "abacus"
  ],
  "files": [
    ".npmrc",
    "src/"
  ],
  "main": "src/index.js",
  "scripts": {
    "itest": "abacus-eslint && abacus-mocha --command",
    "test": "abacus-eslint",
    "generate-coverage": "true",
    "lint": "abacus-eslint",
    "pub": "publish"
  },
  "dependencies": {
    "abacus-mocha": "^1.1.3",
    "nyc": "^11.4.1",
    "abacus-batch": "^1.1.3",
    "abacus-throttle": "^1.1.3",
    "abacus-request": "^1.1.3",
    "abacus-router": "^1.1.3",
    "abacus-express": "^1.1.3",
    "abacus-pouchserver": "^1.1.3",
    "abacus-usage-meter": "^1.1.3",
    "abacus-debug": "^1.1.3",
    "abacus-moment": "^1.1.3",
    "abacus-lifecycle-manager": "^1.1.3",
    "underscore": "^1.8.3",
    "commander": "2.8.1"
  },
  "devDependencies": {
    "abacus-eslint": "^1.1.3",
    "abacus-publish": "^1.1.3"
  },
  "nyc": {
    "cache": true,
    "reporter": [
      "text",
      "html"
    ],
    "exclude": [
      "src/test/**"
    ]
  },
  "engines": {
    "node": ">=8.9.4 <9.0.0",
    "npm": "<5.0.0",
    "yarn": ">=1.2.1"
  }
}