{
  "name": "get-config",
  "version": "0.6.15",
  "description": "Automagically builds a config object used throughout an application.",
  "license": "MIT",
  "author": {
    "name": "Pilwon Huh",
    "email": "pilwon@gmail.com"
  },
  "homepage": "https://github.com/pilwon/node-get-config",
  "repository": {
    "type": "git",
    "url": "git://github.com/pilwon/node-get-config.git"
  },
  "keywords": [
    "config",
    "configuration",
    "load",
    "ini",
    "json",
    "toml",
    "xml",
    "yaml",
    "yml",
    "env",
    "environment",
    "envvar",
    "nodeenv",
    "node_env",
    "dev",
    "development",
    "prod",
    "production"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "get-env": "^0.5.10",
    "lodash": "^4.17.2"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.43",
    "@types/node": "^6.0.52",
    "ts-loader": "^1.3.3",
    "tslint": "^4.1.1",
    "tslint-pilwon": "^0.1.6",
    "typescript": "^2.1.4",
    "webpack": "^2.2.0-rc.0",
    "webpack-node-externals": "^1.5.4"
  }
}
