gulp-html-vnu-validator
Version:
Validate HTML with vnu.jar locally
26 lines (25 loc) • 533 B
JSON
{
"name": "gulp-html-vnu-validator",
"version": "1.0.0",
"description": "Validate HTML with vnu.jar locally",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vnu",
"html",
"validate",
"gulp",
"local",
"w3"
],
"author": "Georgi Yanev (g.yanev@babiel.com)",
"license": "ISC",
"dependencies": {
"gulp-util": "^3.0.8",
"shelljs": "^0.7.6",
"through2": "^2.0.3",
"vnu-jar": "^17.2.0"
}
}