forked from coditorium/gulp-html-lint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.13 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.13 KB
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
{
"author": [
"Paweł Mendelski <pawel.mendelski@coditorium.com>",
"Sam Grundman <sam+github@yodas.ws>"
],
"name": "@yodasws/gulp-htmllint",
"version": "0.0.7",
"description": "Gulp plugin for htmllint",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/YodasWs/gulp-html-lint.git"
},
"bugs": {
"url": "https://github.com/YodasWs/gulp-html-lint/issues"
},
"scripts": {
"start": "index.js",
"test": "gulp lint test",
"ci": "gulp ci"
},
"keywords": [
"gulp",
"htmllint",
"html lint"
],
"engines": {
"node": ">=7.0.0"
},
"dependencies": {
"@yodasws/htmllint": "<2.0.0",
"text-table": "^0.2.0",
"through2": "^2.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chalk": "^3.0.0",
"fancy-log": "^1.3.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-eslint": "^2.0.0",
"gulp-file": "^0.4.0",
"gulp-if": "^2.0.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"minimist": "^1.2.0",
"mocha-jenkins-reporter": "^0.2.2",
"plugin-error": "^1.0.1",
"strip-ansi": "^6.0.0"
}
}