grunt-html-dev
Version:
Grunt plugin for html validation, using vnu.jar@dev for the actual validation
50 lines (49 loc) • 1.05 kB
JSON
{
"name": "grunt-html-dev",
"description": "Grunt plugin for html validation, using vnu.jar@dev for the actual validation",
"version": "10.1.0",
"homepage": "https://github.com/prantlf/grunt-html",
"author": "Jörn Zaefferer <joern.zaefferer@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/prantlf/grunt-html.git"
},
"bugs": {
"url": "https://github.com/prantlf/grunt-html/issues"
},
"license": "MIT",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "3.1.1",
"chalk": "3.0.0",
"vnu-jar": "next"
},
"devDependencies": {
"eslint-config-jquery": "^2.0.0",
"grunt": "1.0.4",
"grunt-contrib-nodeunit": "2.1.0",
"grunt-eslint": "22.0.0",
"stripcolorcodes": "0.1.0"
},
"peerDependencies": {
"grunt": ">=1.0.4"
},
"keywords": [
"gruntplugin",
"grunt",
"plugin",
"html",
"validation",
"html-validation"
],
"files": [
"lib",
"tasks",
"LICENSE-MIT"
]
}