devsite/node_modules/posthtml-urls/package.json
2024-07-07 18:49:38 -07:00

35 lines
736 B
JSON

{
"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"
]
}