43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"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.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 <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)"
|
|
]
|
|
}
|