{
  "name": "frontmatter",
  "version": "0.0.3",
  "description": "Parsing YAML frontmatter from a string.",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/gnowoel/frontmatter"
  },
  "scripts": {
    "test": "NODE_ENV=test mocha"
  },
  "keywords": [
    "yaml",
    "yml",
    "frontmatter",
    "front matter",
    "parse",
    "parser"
  ],
  "dependencies": {
    "js-yaml": "^3.4.6"
  },
  "devDependencies": {
    "chai": "*",
    "mocha": "*"
  }
}
