{
  "license": "MIT",
  "name": "fuge-config",
  "author": "Peter Elger (https://github.com/pelger)",
  "version": "2.0.2",
  "contributors": [],
  "keywords": [
    "microservices",
    "fuge",
    "configuration",
    "docker",
    "kubernetes"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/apparatus/fuge-config.git"
  },
  "main": "./index.js",
  "engines": {
    "node": ">=4.0.0"
  },
  "scripts": {
    "lint": "echo 'linting...' && spacey-standard | snazzy",
    "test": "tap 'test/**/*.test.js' --branches=85 --statements=90 --functions=90 --lines=90",
    "check": "npm run test && npm run lint",
    "coverage": "npm run test -- --cov --coverage-report=html",
    "coveralls": "npm run test -- --cov --coverage-report=text-lcov | coveralls"
  },
  "nyc": {
    "exclude": [
      "**/test/**/*.js"
    ]
  },
  "devDependencies": {
    "coveralls": "^2.11.14",
    "json-stringify-safe": "^5.0.1",
    "pre-commit": "^1.1.3",
    "tap": "^7.1.2",
    "snazzy": "^7.0.0",
    "spacey-standard": "^4.0.0"
  },
  "pre-commit": [
    "check"
  ],
  "dependencies": {
    "js-yaml": "^3.8.1",
    "jsonschema": "^1.1.0",
    "lodash": "^4.17.4"
  }
}
