-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 948 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 948 Bytes
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
{
"name": "accessible-html-content-patterns",
"description": "A collection of the full HTML5 Doctor Element Index as well as common markup patterns for quick reference.",
"homepage": "https://github.com/ericwbailey/accessible-html-content-patterns",
"version": "2.11.1",
"license": "MIT",
"author": "Eric Bailey <eric.w.bailey@gmail.com> (http://ericwbailey.website/)",
"contributors": [
"Scott Doxey <hello@scottdoxey.com> (https://www.scottdoxey.com/)"
],
"main": "docs/index.html",
"repository": {
"type": "git",
"url": "git://github.com/ericwbailey/accessible-html-content-patterns.git"
},
"bugs": {
"url": "https://github.com/ericwbailey/accessible-html-content-patterns/issues",
"email": "eric.w.bailey@gmail.com"
},
"keywords": [
"html",
"accessibility",
"content",
"semantics",
"aria"
],
"devDependencies": {
"handlebars": "^4.0.5",
"onchange": "^7.1.0"
}
}