{ "author": "Jason Campbell (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.3.0", "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.10.0" }, "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 (http://twitter.com/jxson)", "Jordan Santell (https://github.com/jsantell)", "Kai Davenport (https://github.com/binocarlos)", "Jean-Philippe Monette (https://github.com/jpmonette)", "Marc-André Arseneault (https://github.com/arsnl)", "Bret Comnes (http://bret.io)" ] }