-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 947 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
{
"name": "wcagify",
"description": "A lookup for WCAG 2.2 references. Handy for those doing accessibility audits and are sick of the constant copying and pasting.",
"version": "1.5.0",
"main": "wcagify.js",
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/abbott567/wcagify.git"
},
"keywords": [
"WCAG",
"WCAG 2.1",
"WCAG 2.2",
"Web Content Accessibility Guidelines",
"Accessibility"
],
"author": "Craig Abbott",
"license": "ISC",
"bugs": {
"url": "https://github.com/abbott567/wcagify/issues"
},
"homepage": "https://github.com/abbott567/wcagify",
"dependencies": {
"slugify": "^1.6.0"
},
"devDependencies": {
"chai": "^4.3.4",
"html-minifier": "^4.0.0",
"marked": "^3.0.0",
"mocha": "^9.0.3",
"nunjucks": "^3.2.3",
"nyc": "^15.1.0",
"require-dir": "^1.2.0"
}
}