{
  "name": "config-yml2",
  "version": "0.10.3",
  "description": "Simple Yaml Config for Node.js",
  "main": "index.js",
  "scripts": {
    "test": "standard | snazzy && mocha",
    "coverage": "nyc --reporter=lcov --reporter=text mocha",
    "coveralls": "nyc --reporter=text-lcov mocha | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nordstrom/config.git"
  },
  "keywords": [
    "Config",
    "Yaml",
    "Yml",
    "Configuration",
    "Settings",
    "Parameters",
    "Node.js",
    "Stack",
    "Deploy"
  ],
  "author": "Andy Day",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Nordstrom/config/issues"
  },
  "homepage": "https://github.com/Nordstrom/config#readme",
  "standard": {
    "globals": [
      "describe",
      "it",
      "before",
      "after"
    ]
  },
  "dependencies": {
    "js-yaml": "^4.1.0",
    "lodash": "^4.13.1",
    "moment": "^2.30.1",
    "shelljs": "^0.8.5",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "coveralls": "^3.0.1",
    "decache": "^3.1.0",
    "mocha": "^10.8.2",
    "nyc": "^17.1.0",
    "should": "^9.0.2",
    "sinon": "^1.17.4",
    "snazzy": "^7.0.0",
    "standard": "^17.1.2"
  }
}
