UNPKG

gray-matter

Version:

A simple to use YAML, JSON or Coffee Front-Matter parsing and extraction library, with options to set custom delimiters.

49 lines (48 loc) 1.01 kB
{ "name": "gray-matter", "description": "A simple to use YAML, JSON or Coffee Front-Matter parsing and extraction library, with options to set custom delimiters.", "version": "0.2.4", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "https://github.com/assemble/matter.git" }, "licenses": [ { "type": "MIT", "url": "https://github.com/assemble/matter/blob/master/LICENSE-MIT" } ], "main": "index.js", "engines": { "node": ">= 0.8.0" }, "dependencies": { "coffee-script": "~1.6.3", "delims": "~0.1.0", "fs-utils": "~0.1.6", "js-yaml": "~3.0.1", "lodash": "~2.4.1" }, "devDependencies": { "chai": "~1.8.1", "mocha": "~1.17.1" }, "keywords": [ "front-matter", "front matter", "frontmatter", "yaml front matter", "matter", "parse", "parser", "yfm", "JSON", "coffee", "coffee-script", "yaml" ] }