netlify-plugin-html-validate
Version:
Netlify plugin for post-build validation of HTML
40 lines (39 loc) • 1.09 kB
JSON
{
"name": "netlify-plugin-html-validate",
"version": "1.1.1",
"description": "Netlify plugin for post-build validation of HTML",
"main": "index.js",
"scripts": {
"test": "tap",
"lint": "eslint *.js",
"preversion": "if [[ \"$(git rev-parse --abbrev-ref HEAD)\" != \"master\" ]]; then echo \"Not on master\" && exit 1; fi",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliverroick/netlify-plugin-html-validate.git"
},
"keywords": [
"netlify",
"plugin",
"netlify-plugin",
"html",
"validation"
],
"author": "Oliver Roick",
"license": "MIT",
"bugs": {
"url": "https://github.com/oliverroick/netlify-plugin-html-validate/issues"
},
"homepage": "https://github.com/oliverroick/netlify-plugin-html-validate#readme",
"dependencies": {
"html-validate": "^5.2.0"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"sinon": "^11.1.2",
"tap": "^15.0.1"
}
}