{
  "name": "prometheus-wrapper",
  "version": "0.1.3",
  "description": "Makes prometheus easier to use in a nodejs app",
  "main": "index.js",
  "scripts": {
    "test": "mocha -r bootstrap.test.js $(find tests -name '*.test.js')"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iadvize/prometheus-wrapper.git"
  },
  "keywords": [
    "prometheus",
    "wrapper",
    "nodejs",
    "metrics"
  ],
  "author": "iAdvize",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iadvize/prometheus-wrapper/issues"
  },
  "homepage": "https://github.com/iadvize/prometheus-wrapper",
  "dependencies": {
    "lodash": "^4.11.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "express": "^4.13.4",
    "mocha": "^2.4.5",
    "supertest": "^1.2.0"
  },
  "peerDependencies": {
    "prom-client": "^7.2.0"
  }
}
