htmlhint-stylish
Version:
A Stylish reporter for HTMLHint
51 lines (50 loc) • 1.04 kB
JSON
{
"name": "htmlhint-stylish",
"version": "1.0.3",
"description": "A Stylish reporter for HTMLHint",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/doshprompt/htmlhint-stylish.git"
},
"keywords": [
"htmlhint",
"gulp-htmlhint",
"jshint-stylish",
"reporter",
"htmlhint-reporter",
"formatter",
"format",
"lint",
"validate",
"stylish",
"elegant",
"pretty"
],
"author": "Rahul Doshi <rahuld223@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/doshprompt/htmlhint-stylish/issues"
},
"homepage": "https://github.com/doshprompt/htmlhint-stylish#readme",
"dependencies": {
"jshint-stylish": "^2.0.1"
},
"devDependencies": {
"assert": "^1.3.0",
"gulp": "^3.9.0",
"gulp-htmlhint": "^0.2.1",
"gulp-util": "^3.0.6",
"mocha": "^2.2.5",
"vinyl-fs": "^1.0.0"
}
}