UNPKG

htmllint

Version:
57 lines (56 loc) 1.23 kB
{ "name": "htmllint", "version": "0.8.0", "description": "An unofficial html5 linter.", "repository": { "type": "git", "url": "http://github.com/htmllint/htmllint" }, "keywords": [ "html", "lint", "hint", "htmllint" ], "main": "lib/index.js", "scripts": { "test": "./node_modules/gulp/bin/gulp.js travis", "testlocal": "gulp test" }, "license": "ISC", "devDependencies": { "bulkify": "^1.4.2", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "gulp": "^4.0.1", "gulp-coveralls": "^0.1.4", "gulp-eslint": "^5.0.0", "gulp-gh-pages": "^0.5.4", "gulp-istanbul": "^1.1.3", "gulp-jscs": "^4.1.0", "gulp-jsdoc": "^0.1.5", "gulp-jshint": "^2.1.0", "gulp-mocha": "^3.0.1", "jshint": "^2.10.2", "jshint-stylish": "^2.2.1", "mocha": "^6.1.4", "plato": "^1.7.0" }, "dependencies": { "bulk-require": "^1.0.1", "htmlparser2": "^3.10.1", "lodash": "^4.17.11", "promise": "^8.0.3" }, "browserify": { "transform": [ "bulkify" ] }, "engines": { "node": ">=6" }, "contributors": [ "Yannick Van Avermaet <yvanavermaet+npm@gmail.com> (https://twitter.com/yvanavermaet)" ] }