{
  "name": "absolution",
  "version": "1.1.0",
  "description": "absolution accepts HTML and a base URL, and returns HTML with absolute URLs. Great for generating valid RSS feeds.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apostrophecms/absolution.git"
  },
  "keywords": [
    "url",
    "urls",
    "resolver",
    "url",
    "resolver",
    "html",
    "resolve",
    "urls",
    "in",
    "html",
    "rss",
    "feed"
  ],
  "author": "Apostrophe Technologies",
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "htmlparser2": "~3.3.0",
    "lodash": "~4.17.15"
  },
  "devDependencies": {
    "mocha": "^7.2.0"
  }
}