-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 917 Bytes
/
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
{
"name": "gulp-htmlhint-inline",
"description": "Gulp plugin for linting inline html",
"version": "0.0.10",
"homepage": "https://github.com/htmlhint/gulp-htmlhint-inline",
"main": "index.js",
"author": {
"name": "kazu69"
},
"repository": {
"type": "git",
"url": "git://github.com/htmlhint/gulp-htmlhint-inline.git"
},
"bugs": {
"url": "https://github.com/htmlhint/gulp-htmlhint-inline/issues"
},
"licenses": "MIT",
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "gulp"
},
"dependencies": {
"gulp-util": "^3.0.8",
"htmlhint": "^1.1.4",
"through2": "^2.0.3"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-jshint": "^2.1.0"
},
"peerDependencies": {
"gulp": "^4.0.2"
},
"keywords": [
"gulpplugin",
"lint",
"htmlhint",
"inline",
"gulp"
],
"maintainers": [
{
"name": "kazu69"
}
]
}