forked from htmlhint/HTMLHint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
51
52
{
"name": "htmlhint",
"version": "0.9.14",
"description": "A Static Code Analysis Tool for HTML",
"main": "./index",
"dependencies": {
"async": "1.5.2",
"colors": "1.1.2",
"commander": "2.9.0",
"csslint": "0.10.0",
"glob": "7.0.3",
"jshint": "2.9.4",
"parse-glob": "3.0.4",
"path-parse": "1.0.5",
"request": "2.72.0",
"strip-json-comments": "2.0.1",
"xml": "1.0.1"
},
"devDependencies": {
"expect.js": "0.3.1",
"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.6",
"grunt-replace": "0.4.0",
"istanbul": "0.4.3",
"istanbul-coveralls": "1.0.3",
"mocha": "2.4.5"
},
"bin": {
"htmlhint": "./bin/htmlhint"
},
"repository": {
"type": "git",
"url": "git://github.com/yaniswang/HTMLHint.git"
},
"bugs": {
"url": "https://github.com/yaniswang/HTMLHint/issues"
},
"keywords": [
"html",
"hint",
"Analysis",
"Javascript"
],
"author": "Yanis Wang",
"license": "MIT"
}