-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 919 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
{
"name": "gulp-html-validate",
"version": "0.2.0",
"author": "Alexey <[email protected]>",
"description": "Validate files with `html-validate`",
"license": "MIT",
"main": "index.js",
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"html",
"html-validate",
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/test-room-7/gulp-html-validate.git"
},
"dependencies": {
"fancy-log": "^1.3.3",
"plugin-error": "^1.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"eslint": "7.6.0",
"eslint-config-web-scrobbler": "1.1.0",
"prettier": "2.0.5",
"prettier-config-web-scrobbler": "0.1.0"
},
"peerDependencies": {
"gulp": ">=4",
"html-validate": ">=4"
},
"scripts": {
"lint": "eslint ."
},
"eslintConfig": {
"extends": "web-scrobbler"
},
"prettier": "prettier-config-web-scrobbler"
}