gulp-htmllint
Version:
Check HTML code style with htmllint
50 lines (49 loc) • 1.04 kB
JSON
{
"name": "gulp-htmllint",
"version": "0.0.19",
"description": "Check HTML code style with htmllint",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yvanavermaet/gulp-htmllint"
},
"author": {
"name": "Yannick Van Avermaet",
"email": "yvanavermaet@gmail.com"
},
"keywords": [
"gulpplugin",
"htmllint",
"code",
"style",
"lint",
"html"
],
"main": "./src/index.js",
"dependencies": {
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.3",
"htmllint": "^0.8.0",
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"eslint": "^7.5.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^7.0.2",
"chai": "^4.2.0"
},
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test"
},
"bugs": {
"url": "https://github.com/yvanavermaet/gulp-htmllint/issues"
},
"homepage": "https://github.com/yvanavermaet/gulp-htmllint",
"contributors": [
{
"name": "Vinzid"
}
]
}