forked from bezoerb/gulp-htmlhint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1 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
{
"name": "gulp-htmlhint",
"version": "0.3.1",
"description": "A plugin for Gulp",
"keywords": [
"gulpplugin"
],
"homepage": "https://github.com/bezoerb/gulp-htmlhint",
"bugs": {
"url": "https://github.com/bezoerb/gulp-htmlhint/issues"
},
"author": "Ben Zörb (https://github.com/bezoerb)",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/bezoerb/gulp-htmlhint.git"
},
"scripts": {
"test": "xo && mocha test/*.js"
},
"dependencies": {
"gulp-util": "^3.0.0",
"htmlhint": "^0.9.5",
"strip-json-comments": "^2.0.0",
"through2": "^2.0.0"
},
"devDependencies": {
"htmlhint-stylish": "^1.0.0",
"jshint": "^2.6.3",
"mocha": "^2.2.1",
"should": "^8.1.1",
"vinyl-fs": "^2.3.1",
"xo": "^0.12.1"
},
"xo": {
"space": 4
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
],
"directories": {
"test": "test"
},
"license": "MIT"
}