-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 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
{
"name": "@pigeon-posse/htmlhint-config",
"version": "1.1.3",
"description": "PigeonPosse Htmlhint configuration",
"main": "index.js",
"bin": {
"pigeon-htmlhint": "./index.js"
},
"peerDependencies": {
"htmlhint": "^1.1.4"
},
"dependencies": {
"htmlhint": "^1.1.4"
},
"devDependencies": {
"@pigeon-posse/eslint-config": "^1.0.1",
"@pigeon-posse/stylelint-config": "^1.0.1",
"eslint": ">= 8",
"eslint-plugin-align-assignments": ">= 1",
"eslint-plugin-align-import": ">= 1",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-promise": ">= 6",
"stylelint": "^14.10.0"
},
"keywords": [
"html",
"htmlhint",
"setup",
"config",
"pigeonposse"
],
"type": "module",
"author": "Angelo <angelo@pigeonposse.com> (https://pigeonposse.com)",
"license": "GPL-3.0",
"funding": {
"type": "individual",
"url": "https://pigeonposse.com/?popup=donate"
},
"homepage": "https://github.com/PigeonPosse/htmlhint-config",
"repository": {
"type": "git",
"url": "git+https://github.com/PigeonPosse/htmlhint-config.git"
},
"bugs": {
"url": "https://github.com/PigeonPosse/htmlhint-config/issues"
},
"extra": {
"config": false
}
}