{
  "name": "excerpt-html",
  "version": "1.2.2",
  "description": "Get the Excerpt from a markdown file (like in jekyll or *smith)",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && tap test/**",
    "ci": "npm run test -- --cov --coverage-report=lcov",
    "quick": "tap test/**",
    "coverage": "tap --coverage --coverage-report=html test/**",
    "lint": "standard"
  },
  "keywords": [
    "markdown",
    "blog",
    "excerpt",
    "text-processing"
  ],
  "author": "Martin Heidegger <martin.heidegger@gmail.com>",
  "contributors": [
    "Tim Carry"
  ],
  "license": "MIT",
  "dependencies": {
    "cheerio": "^0.22.0",
    "he": "^1.1.0",
    "lodash.truncate": "^4.4.2",
    "striptags": "^3.1.1"
  },
  "devDependencies": {
    "standard": "^16.0.3",
    "tap": "^15.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/martinheidegger/excerpt-html.git"
  },
  "bugs": {
    "url": "https://github.com/martinheidegger/excerpt-html/issues"
  },
  "homepage": "https://github.com/martinheidegger/excerpt-html"
}
