{
  "name": "required-config",
  "version": "1.0.0",
  "description": "Ensure your config objects contain the required values.",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js"
  },
  "author": "Alan Shaw",
  "license": "ISC",
  "dependencies": {
    "object-path": "^0.9.2"
  },
  "devDependencies": {
    "tape": "^4.2.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alanshaw/required-config.git"
  },
  "keywords": [
    "config",
    "configuration",
    "required",
    "mandatory",
    "validation",
    "validate"
  ],
  "bugs": {
    "url": "https://github.com/alanshaw/required-config/issues"
  },
  "homepage": "https://github.com/alanshaw/required-config#readme"
}
