{
  "author": {
    "name": "Ron Dekker",
    "url": "https://rondekker.nl"
  },
  "name": "hoast-frontmatter",
  "version": "1.2.2",
  "description": "Hoast module used to extract frontmatter from files.",
  "license": "ISC",
  "keywords": [
    "hoast",
    "frontmatter"
  ],
  "homepage": "https://github.com/hoast/hoast-frontmatter#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoast/hoast-frontmatter.git"
  },
  "bugs": {
    "url": "https://github.com/hoast/hoast-frontmatter/issues"
  },
  "engines": {
    "node": ">=7.8.0"
  },
  "main": "library/index.js",
  "files": [
    "library/"
  ],
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "pretest": "eslint library/**.js test/**.js",
    "test": "nyc --reporter=text ava test/**.js --verbose"
  },
  "devDependencies": {
    "ava": "^1.3.1",
    "codecov": "^3.2.0",
    "debug": "^4.1.1",
    "eslint": "^5.15.1",
    "hoast": "^1.1.6",
    "nyc": "^13.3.0"
  }
}
