{
  "name": "gulp-front-matter",
  "version": "1.3.0",
  "description": "Extract front-matter header from files",
  "repository": "lmtm/gulp-front-matter",
  "files": [
    "index.js"
  ],
  "scripts": {
    "pretest": "eslint --config @shinnn/node-legacy index.js test.js",
    "test": "node test.js | tap-spec",
    "coverage": "istanbul cover test.js",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
  },
  "keywords": [
    "gulpplugin",
    "yml",
    "yaml",
    "parse",
    "data",
    "property",
    "extract",
    "attribute",
    "attributes",
    "frontmatter",
    "front-matter",
    "meta",
    "metadata",
    "meta-data"
  ],
  "author": "Nicolas Chambrier <naholyr@gmail.com> (http://naholyr.fr/)",
  "contributors": [
    "Shinnosuke Watanabe <snnskwtnb@gmail.com> (https://github.com/shinnn)"
  ],
  "license": "BSD-2-Clause",
  "dependencies": {
    "front-matter": "^2.0.0",
    "gulp-util": "^3.0.6",
    "object-path": "^0.9.2",
    "readable-stream": "^2.0.3",
    "tryit": "^1.0.1",
    "vinyl-bufferstream": "^1.0.1"
  },
  "devDependencies": {
    "@shinnn/eslint-config-node-legacy": "^1.0.0",
    "eslint": "^1.7.3",
    "from2-string": "^1.1.0",
    "istanbul": "^0.4.0",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.2",
    "vinyl": "^1.1.0"
  }
}
