{
  "name": "env-yaml",
  "version": "0.1.2",
  "description": "Minimal YAML .env file loader",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jrwells/env-yaml.git"
  },
  "author": "Robert Wells",
  "bugs": {
    "url": "https://github.com/jrwells/env-yaml/issues"
  },
  "homepage": "https://github.com/jrwells/env-yaml#readme",
  "dependencies": {
    "js-yaml": "^3.8.4"
  },
  "keywords": [
    "dotenv",
    "env",
    ".env",
    "yaml",
    "environment",
    "variables",
    "config",
    "settings"
  ],
  "readme": "README.md",
  "engines": {
    "node": ">=4.6.0"
  }
}
