UNPKG

htmlhint-ng2

Version:

A Static Code Analysis Tool for HTML in Angular 2 Projects

51 lines (50 loc) 1.19 kB
{ "name": "htmlhint-ng2", "version": "0.0.13", "description": "A Static Code Analysis Tool for HTML in Angular 2 Projects", "main": "./index", "dependencies": { "async": "1.4.2", "colors": "1.0.3", "commander": "2.6.0", "csslint": "0.10.0", "glob": "5.0.15", "jshint": "2.8.0", "parse-glob": "3.0.4", "strip-json-comments": "1.0.4", "xml": "1.0.0" }, "devDependencies": { "expect.js": "0.2.0", "grunt": "0.4.1", "grunt-cli": "0.1.6", "grunt-contrib-clean": "0.4.0", "grunt-contrib-concat": "0.1.3", "grunt-contrib-jshint": "0.11.3", "grunt-contrib-uglify": "0.2.0", "grunt-contrib-watch": "0.3.1", "grunt-exec": "0.4.0", "grunt-replace": "0.4.0", "istanbul": "0.3.22", "istanbul-coveralls": "1.0.3", "mocha": "2.2.0" }, "bin": { "htmlhint-ng2": "./bin/htmlhint" }, "repository": { "type": "git", "url": "git://github.com/nikolasleblanc/HTMLHint.git" }, "bugs": { "url": "https://github.com/nikolasleblanc/HTMLHint/issues" }, "keywords": [ "html", "hint", "Analysis", "Javascript" ], "author": "Nikolas LeBlanc", "license": "MIT" }