{
  "author": "Jason Campbell <jason@js.la> (http://twitter.com/jxson)",
  "name": "front-matter",
  "description": "Extract YAML front matter from a string",
  "keywords": [
    "yaml",
    "front matter",
    "meta data"
  ],
  "license": "MIT",
  "version": "2.1.2",
  "homepage": "https://github.com/jxson/front-matter",
  "bugs": "https://github.com/jxson/front-matter/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/jxson/front-matter.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "js-yaml": "^3.4.6"
  },
  "devDependencies": {
    "brfs": "^1.4.3",
    "coveralls": "^2.11.6",
    "istanbul": "^0.3.6",
    "standard": "^6.0.4",
    "standard-format": "^2.1.0",
    "tape": "^4.4.0",
    "zuul": "^3.10.1"
  },
  "contributors": [
    "Jason Campbell <jason@js.la> (http://twitter.com/jxson)",
    "Jordan Santell <jsantell@gmail.com> (https://github.com/jsantell)",
    "Kai Davenport <kaiyadavenport@gmail.com> (https://github.com/binocarlos)",
    "Jean-Philippe Monette <contact@jpmonette.net> (https://github.com/jpmonette)",
    "Marc-André Arseneault <marc-andre@arsnl.ca> (https://github.com/arsnl)",
    "Bret Comnes <bcomnes@gmail.com> (http://bret.io)"
  ]

,"_resolved": "https://registry.npmjs.org/front-matter/-/front-matter-2.1.2.tgz"
,"_integrity": "sha1-91mDufL0E75ljJPf172M5AePXNs="
,"_from": "front-matter@2.1.2"
}