{
  "name": "verb-front-matter",
  "description": "Verb middleware for processing front matter and adding data to the context.",
  "version": "0.1.0",
  "homepage": "https://github.com/jonschlinkert/verb-front-matter",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/verb-front-matter.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/verb-front-matter/issues"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/jonschlinkert/verb-front-matter/blob/master/LICENSE-MIT"
  },
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "devDependencies": {
    "helper-reflinks": "^0.3.0",
    "mocha": "*",
    "should": "*"
  },
  "keywords": [
    "data",
    "front",
    "front-matter",
    "matter",
    "verbmiddleware"
  ],
  "dependencies": {
    "parser-front-matter": "^0.3.2"
  }
}
