{
  "name": "yaml-include",
  "version": "1.2.1",
  "description": "Custom YAML tag definitions to support modular YAML documents with js-yaml.",
  "main": "index.js",
  "scripts": {
    "test": "nyc ava test/test-* --verbose",
    "report-coverage": "nyc report --reporter=text-lcov | coveralls && nyc report --reporter=text-lcov",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "semantic-commit": "commit"
  },
  "keywords": [
    "yaml",
    "include",
    "modular",
    "js-yaml",
    "js-yaml-tag"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/claylo/yaml-include.git"
  },
  "bugs": {
    "url": "https://github.com/claylo/yaml-include/issues"
  },
  "homepage": "https://github.com/claylo/yaml-include",
  "author": "claylo",
  "license": "ISC",
  "dependencies": {
    "debug": "^4.1.1",
    "js-yaml": "^3.13.1",
    "lodash.merge": "^4.6.2",
    "recursive-readdir-sync": "^1.0.6"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-angular": "^8.2.0",
    "@commitlint/prompt-cli": "^8.2.0",
    "ava": "2.4.0",
    "coveralls": "^3.0.6",
    "nyc": "^14.1.1",
    "semantic-release": "^15.13.24"
  },
  "engines": {
    "node": ">=4"
  }
}
