{
  "name": "hexo-front-matter",
  "version": "0.2.3",
  "description": "Front-matter parser.",
  "main": "lib/front_matter",
  "scripts": {
    "eslint": "eslint .",
    "jscs": "jscs .",
    "test": "mocha test/index.js",
    "test-cov": "istanbul cover --print both _mocha -- test/index.js"
  },
  "directories": {
    "lib": "./lib"
  },
  "repository": "hexojs/hexo-front-matter",
  "keywords": [
    "front-matter",
    "front matter",
    "yaml",
    "yml",
    "hexo",
    "json"
  ],
  "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
  "license": "MIT",
  "dependencies": {
    "js-yaml": "^3.6.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^2.12.0",
    "eslint-config-hexo": "^1.0.3",
    "istanbul": "^0.4.3",
    "jscs": "^3.0.4",
    "jscs-preset-hexo": "^1.0.1",
    "mocha": "^2.5.3",
    "moment": "^2.13.0"
  }
}
