banno-htmlhint
Version:
A Static Code Analysis Tool for HTML
53 lines (52 loc) • 1.21 kB
JSON
{
"name": "banno-htmlhint",
"version": "0.9.15",
"description": "A Static Code Analysis Tool for HTML",
"main": "./index",
"dependencies": {
"async": "^2.5.0",
"colors": "^1.1.2",
"commander": "^2.11.0",
"csslint": "^1.0.5",
"glob": "^7.1.2",
"jshint": "^2.9.5",
"parse-glob": "^3.0.4",
"path-parse": "^1.0.5",
"request": "^2.81.0",
"strip-json-comments": "^2.0.1",
"xml": "^1.0.1"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^2.0.0",
"grunt-replace": "^1.0.1",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.4.2"
},
"bin": {
"htmlhint": "./bin/htmlhint"
},
"repository": {
"type": "git",
"url": "git://github.com/banno/HTMLHint.git"
},
"bugs": {
"url": "https://github.com/banno/HTMLHint/issues"
},
"keywords": [
"html",
"hint",
"Analysis",
"Javascript"
],
"author": "Yanis Wang",
"license": "MIT"
}