UNPKG

gulp-hint-web-reporter

Version:

Hint web reporter compatible with htmlhint, jshint, csslint and maybe others

53 lines (52 loc) 1.15 kB
{ "name": "gulp-hint-web-reporter", "version": "1.1.4", "description": "Hint web reporter compatible with htmlhint, jshint, csslint and maybe others", "main": "index.js", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "git+https://github.com/appfeel/gulp-hint-web-reporter.git" }, "keywords": [ "gulp", "html", "javascript", "hint", "jshint", "htmlhint", "csslint", "gulp-jshint", "gulp-htmlhint", "gulp-csslint", "report", "reporter", "basic", "compact", "summary", "web" ], "author": "AppFeel", "license": "MIT", "bugs": { "url": "https://github.com/appfeel/gulp-hint-web-reporter/issues" }, "homepage": "https://github.com/appfeel/gulp-hint-web-reporter#readme", "devDependencies": { "del": "^2.2.0", "gulp": "^3.9.1", "gulp-csslint": "^0.2.2", "gulp-htmlhint": "^0.3.1", "gulp-jshint": "^2.0.0", "gulp-mocha": "^2.2.0", "gulp-plumber": "^1.1.0" }, "dependencies": { "gulp-util": "^3.0.7", "promise": "^7.1.1", "sprintf-js": "^1.0.3", "through2": "^2.0.1" } }