1 | {
|
2 | "author": "Jason Campbell <jason@js.la> (http://twitter.com/jxson)",
|
3 | "name": "front-matter",
|
4 | "description": "Extract YAML front matter from a string",
|
5 | "keywords": [
|
6 | "yaml",
|
7 | "front matter",
|
8 | "meta data"
|
9 | ],
|
10 | "license": "MIT",
|
11 | "version": "2.0.4",
|
12 | "homepage": "https://github.com/jxson/front-matter",
|
13 | "bugs": "https://github.com/jxson/front-matter/issues",
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "git://github.com/jxson/front-matter.git"
|
17 | },
|
18 | "main": "index.js",
|
19 | "scripts": {
|
20 | "test": "make test"
|
21 | },
|
22 | "dependencies": {
|
23 | "js-yaml": "^3.4.6"
|
24 | },
|
25 | "devDependencies": {
|
26 | "coveralls": "^2.11.6",
|
27 | "istanbul": "^0.3.6",
|
28 | "tape": "^4.4.0"
|
29 | },
|
30 | "contributors": [
|
31 | "Jason Campbell <jason@js.la> (http://twitter.com/jxson)",
|
32 | "Jordan Santell <jsantell@gmail.com> (https://github.com/jsantell)",
|
33 | "Kai Davenport <kaiyadavenport@gmail.com> (https://github.com/binocarlos)",
|
34 | "Jean-Philippe Monette <contact@jpmonette.net> (https://github.com/jpmonette)",
|
35 | "Marc-André Arseneault <marc-andre@arsnl.ca> (https://github.com/arsnl)",
|
36 | "Bret Comnes <bcomnes@gmail.com> (http://bret.io)"
|
37 | ]
|
38 | }
|