-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
49 lines (49 loc) · 1.02 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
{
"name": "gulp-htmllint",
"version": "0.0.19",
"description": "Check HTML code style with htmllint",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yvanavermaet/gulp-htmllint"
},
"author": {
"name": "Yannick Van Avermaet",
"email": "[email protected]"
},
"keywords": [
"gulpplugin",
"htmllint",
"code",
"style",
"lint",
"html"
],
"main": "./src/index.js",
"dependencies": {
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.3",
"htmllint": "^0.8.0",
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"eslint": "^7.5.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^7.0.2",
"chai": "^4.2.0"
},
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test"
},
"bugs": {
"url": "https://github.com/yvanavermaet/gulp-htmllint/issues"
},
"homepage": "https://github.com/yvanavermaet/gulp-htmllint",
"contributors": [
{
"name": "Vinzid"
}
]
}