Skip to content

Commit a68581e

Browse files
committed
Added package.json
1 parent 69d01b9 commit a68581e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "Accessible HTML Content Patterns",
3+
"description": "A collection of the full HTML5 Doctor Element Index as well as common markup patterns for quick reference.",
4+
"homepage": "https://github.com/ericwbailey/accessible-html-content-patterns",
5+
"version": "0.0.1",
6+
"license": "MIT",
7+
"author": {
8+
"name": "Eric Bailey",
9+
"email": "[email protected]",
10+
"url": "http://ericwbailey.com/"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git://github.com/ericwbailey/accessible-html-content-patterns.git"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/ericwbailey/accessible-html-content-patterns/issues",
18+
"email": "[email protected]"
19+
},
20+
"keywords": [
21+
"html",
22+
"accessibility",
23+
"content",
24+
"semantics",
25+
"aria"
26+
]
27+
}

0 commit comments

Comments
 (0)