{
  "name": "node-config-yaml",
  "version": "0.1.4",
  "description": "Yaml Config for Node.js based on config-yml package",
  "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/Cryden/node-config-yaml.git"
  },
  "keywords": [
    "Config",
    "Yaml",
    "Yml",
    "Configuration",
    "Settings",
    "Parameters",
    "Node.js",
    "Stack",
    "Deploy"
  ],
  "author": "cryden",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Cryden/node-config-yaml/issues"
  },
  "homepage": "https://github.com/Cryden/node-config-yaml/config#readme",
  "standard": {
    "globals": [
      "describe",
      "it",
      "after",
      "before"
    ]
  },
  "dependencies": {
    "js-yaml": "^3.6.1",
    "lodash": "^4.13.1",
    "moment": "^2.13.0",
    "path": "^0.12.7",
    "shelljs": "^0.7.0",
    "yargs": "^4.7.1"
  },
  "devDependencies": {
    "coveralls": "^2.13.0",
    "decache": "^3.1.0",
    "mocha": "^2.5.3",
    "nyc": "^10.2.0",
    "should": "^9.0.2",
    "sinon": "^1.17.4",
    "snazzy": "^7.0.0",
    "standard": "^10.0.2"
  }
}
