gulp-bootlint
Version:
A gulp wrapper for Bootlint, the HTML linter for Bootstrap projects
63 lines (62 loc) • 1.29 kB
JSON
{
"name": "gulp-bootlint",
"version": "1.1.1",
"description": "A gulp wrapper for Bootlint, the HTML linter for Bootstrap projects",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/tschortsch/gulp-bootlint"
},
"author": {
"name": "Juerg Hunziker",
"email": "juerg.hunziker@gmail.com",
"url": "https://juerghunziker.ch"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js"
],
"scripts": {
"lint": "eslint *.js test/*.js",
"test": "mocha"
},
"keywords": [
"gulpplugin",
"bootlint",
"bootstrap",
"html",
"markup",
"code",
"style",
"validate",
"lint",
"check",
"checker"
],
"dependencies": {
"ansi-colors": "^4.1.1",
"bootlint": "^1.1.0",
"log": "^6.0.0",
"log-node": "^7.0.0",
"merge": "^2.1.1",
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-gulp": "^5.0.1",
"mocha": "^8.4.0",
"should": "^13.2.3",
"vinyl": "^2.2.1"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/tschortsch/gulp-bootlint/issues"
},
"homepage": "https://github.com/tschortsch/gulp-bootlint",
"jshintConfig": {
"node": true
}
}