{
  "name": "cloudformation-schema-js-yaml",
  "version": "2.0.2",
  "description": "js-yaml Schema for handling Cloudformation's custom classes",
  "main": "index.js",
  "scripts": {
    "test": "nyc tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/trek10inc/cloudformation-schema-js-yaml"
  },
  "author": "Joel Haubold",
  "license": "MIT",
  "keywords": [
    "cloudformation",
    "yaml parser",
    "custom class",
    "!Ref",
    "!Sub",
    "!GetAtt",
    "!If"
  ],
  "dependencies": {},
  "peerDependencies": {
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "js-yaml": "^4.1.0",
    "nyc": "^15.1.0",
    "tape": "^5.5.3"
  }
}
