{
  "name": "cnn-metrics",
  "version": "0.5.0",
  "description": "CNN Metrics",
  "main": "lib/metrics.js",
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "scripts": {
    "generate-authors": "tools/generate-authors.sh",
    "generate-changelog": "changelog-maker --group",
    "generate-docs": "rm -rf docs && esdoc -c .esdoc.json",
    "test": "eslint . && test/validate-json-files.sh",
    "update-apply": "ncu -u",
    "update-check": "ncu"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cnnlabs/cnn-metrics.git"
  },
  "bugs": {
    "url": "https://github.com/cnnlabs/cnn-metrics/issues"
  },
  "homepage": "https://github.com/cnnlabs/cnn-metrics#readme",
  "engines": {
    "node": ">=4.3.1"
  },
  "dependencies": {
    "debug": "2.6.3",
    "dogapi": "2.6.1",
    "lodash": "4.17.4",
    "metrics": "0.1.11",
    "nconf": "0.8.4"
  },
  "devDependencies": {
    "changelog-maker": "2.2.5",
    "esdoc": "0.5.2",
    "eslint": "3.18.0",
    "jq-cli-wrapper": "0.4.0",
    "jsonlint": "1.6.2",
    "npm-check-updates": "2.10.4"
  },
  "keywords": [
    "cnn",
    "cnnlabs",
    "metrics"
  ],
  "license": "MIT"
}
