forked from yvanavermaet/gulp-htmllint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 895 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
{
"name": "gulp-htmllint",
"version": "0.0.10",
"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": "yvanavermaet@gmail.com"
},
"keywords": [
"gulpplugin",
"htmllint",
"code",
"style",
"lint",
"html"
],
"main": "./src/index.js",
"dependencies": {
"gulp-util": "^3.0.7",
"htmllint": "^0.4.0",
"through2": "^2.0.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"chai": "^3.5.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": "Rickard Staaf"
}]
}