forked from xiaozi/solarized-prism-theme
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 687 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 687 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
{
"name": "a11y-syntax-highlighting",
"description": "Accessible light and dark syntax highlighting themes.",
"homepage": "https://github.com/ericwbailey/a11y-syntax-highlighting",
"version": "1.2.0",
"license": "MIT",
"author": "Eric Bailey <eric.w.bailey@gmail.com> (http://ericwbailey.website/)",
"repository": {
"type": "git",
"url": "git://github.com/ericwbailey/a11y-syntax-highlighting.git"
},
"bugs": {
"url": "https://github.com/ericwbailey/a11y-syntax-highlighting/issues",
"email": "eric.w.bailey@gmail.com"
},
"keywords": [
"highlightjs",
"prismjs",
"syntax",
"syntax-highlighting",
"a11y",
"accessibility"
]
}