{
  "name": "micro-monitor",
  "version": "3.1.0",
  "description": "add a monitoring endpoint to your node background services",
  "main": "index.js",
  "scripts": {
    "posttest": "standard",
    "test": "nyc mocha test.js",
    "coverage": "nyc --reporter=text-lcov mocha | coveralls",
    "release": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/npm/micro-monitor.git"
  },
  "keywords": [
    "micro",
    "monitor"
  ],
  "author": "Ben Coe <ben@npmjs.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm/micro-monitor/issues"
  },
  "homepage": "https://github.com/npm/micro-monitor#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.15",
    "mocha": "^3.2.0",
    "nyc": "^10.0.0",
    "request": "^2.79.0",
    "standard": "^8.6.0",
    "standard-version": "^4.0.0"
  },
  "dependencies": {
    "bluebird": "^3.5.0",
    "bole": "*"
  }
}
