{
  "name": "convig",
  "version": "2.0.2",
  "description": "chained configuration from process.env",
  "keywords": [
    "config",
    "configuration",
    "env",
    "environment"
  ],
  "main": "lib/index.js",
  "files": [
    "lib",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "./node_modules/.bin/mocha -R min lib/test.js"
  },
  "dependencies": {
    "debug": "^4.3.1"
  },
  "devDependencies": {
    "mocha": "^8.2.1",
    "should": "^13.2.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/typeduck/convig.git"
  },
  "bugs": "https://github.com/typeduck/convig/issues",
  "author": "Ruquay K Calloway",
  "license": "MIT"
}
