{
  "name": "check-environment",
  "version": "0.1.0",
  "description": "A module to check environment variables against a predefined yaml config",
  "main": "index.js",
  "keywords": ["environment","variables", "environment variables", "env", "check"],
  "bugs": {
    "url": "https://github.com/maxcbc/check-environment/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/maxcbc/check-environment"
  },
  "dependencies": {
    "yamljs": "^0.2.8"
  },
  "devDependencies": {
    "jasmine-spec-reporter": "^3.2.0",
    "jasmine": "^2.5.3"
  },
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=text jasmine JASMINE_CONFIG_PATH=test/unit/support/jasmine.json"
  },
  "author": "Max Bladen-Clark",
  "license": "MIT"
}
