posthtml-plugin-link-preload
Version:
PostHTML plugin removes duplicated elements
43 lines (42 loc) • 975 B
JSON
{
"name": "posthtml-plugin-link-preload",
"description": "PostHTML plugin removes duplicated elements",
"version": "1.0.0",
"author": "Maurizio Lupo <maurizio.lupo@gmail.com>",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/sithmel/posthtml-plugin-link-preload/issues",
"dependencies": {
"posthtml-match-helper": "^1.0.1"
},
"devDependencies": {
"ava": "^2.1.0",
"husky": "^3.0.0",
"posthtml": "^0.12.0",
"snazzy": "^8.0.0",
"standard": "^12.0.1"
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/sithmel/posthtml-plugin-link-preload",
"keywords": [
"html",
"posthtml",
"posthtml-plugin"
],
"license": "MIT",
"main": "lib",
"repository": "sithmel/posthtml-plugin-link-preload",
"scripts": {
"lint": "standard | snazzy",
"test": "npm run lint && ava"
},
"husky": {
"hooks": {
"pre-push": "npm t",
"pre-commit": "npm run lint"
}
}
}