-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"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"
}