{
  "name": "deprecated-obj",
  "version": "1.0.0",
  "description": "Compares deprecations against a configuration object, and returns a compliant object and violations",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "keywords": [
    "deprecate",
    "deprecated",
    "configuration"
  ],
  "author": {
    "email": "lars@webpro.nl",
    "name": "Lars Kappert"
  },
  "license": "MIT",
  "dependencies": {
    "flat": "^4.1.0",
    "lodash": "^4.17.11"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/webpro/deprecated-obj.git"
  },
  "homepage": "https://github.com/webpro/deprecated-obj#readme",
  "bugs": "https://github.com/webpro/deprecated-obj/issues"
}
