{
  "name": "parser-front-matter",
  "description": "Front matter parser that uses gray-matter and bits of real panther, so you know it's good.",
  "version": "1.1.2",
  "homepage": "https://github.com/jonschlinkert/parser-front-matter",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "maintainers": [
    {
      "name": "Brian Woodward",
      "url": "https://github.com/doowb"
    },
    {
      "name": "Jon Schlinkert",
      "url": "https://github.com/jonschlinkert"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/parser-front-matter.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/parser-front-matter/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jonschlinkert/parser-front-matter/blob/master/LICENSE"
    }
  ],
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "gray-matter": "^1.2.4",
    "lodash": "^3.2.0"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "keywords": [
    "assemble",
    "cache",
    "compile",
    "consolidate",
    "content",
    "data",
    "engine",
    "express",
    "front",
    "front-matter",
    "gray-matter",
    "matter",
    "noop",
    "parse",
    "parser",
    "parsers",
    "pass-through",
    "process",
    "templates",
    "yaml"
  ]
}