{
  "name": "posthtml-urls",
  "description": "PostHTML plugin for transforming URLs.",
  "version": "1.0.0",
  "license": "MIT",
  "author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)",
  "main": "lib",
  "repository": "posthtml/posthtml-urls",
  "dependencies": {
    "http-equiv-refresh": "^1.0.0",
    "list-to-array": "^1.1.0",
    "parse-srcset": "^1.0.2",
    "promise-each": "^2.2.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.2.0",
    "posthtml": "~0.9.1"
  },
  "engines": {
    "node": ">= 4"
  },
  "scripts": {
    "test": "mocha test --reporter spec --check-leaks --bail"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "posthtml",
    "posthtml-plugin",
    "url"
  ]
}