forked from act-rules/act-rules.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 741 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
{
"name": "auto-wcag",
"version": "1.0.0",
"description": "Test case definitions for wcag 2.0 conformance testing",
"main": "dist/index.html",
"dependencies": {
"fs-extra": "^0.26.7",
"handlebars": "^4.0.5",
"marked": "^0.3.5"
},
"devDependencies": {},
"scripts": {
"build": "node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auto-wcag/auto-wcag.git"
},
"keywords": [
"wcag",
"a11y",
"accessibility",
"auto-wcag",
"w3c",
"wai",
"wcag20"
],
"author": "Wilco Fiers",
"license": "ISC",
"bugs": {
"url": "https://github.com/auto-wcag/auto-wcag/issues"
},
"homepage": "https://github.com/auto-wcag/auto-wcag#readme"
}