forked from w3c/aria-practices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.26 KB
/
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
{
"name": "aria-practices",
"version": "0.0.0",
"description": "This repository maintains the WAI-ARIA Authoring Practices Guide. This is developed by the [ARIA Working Group](http://www.w3.org/WAI/ARIA/). The staff contact is [Michael Cooper](http://www.w3.org/People/cooper/). Please do not provide commit access to this repository without coordination.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"fix": "eslint --fix .",
"lint": "eslint .",
"regression": "ava test/tests",
"regression-report": "node test/util/report",
"test": "npm run lint && npm run vnu-jar && npm run regression",
"vnu-jar": "java -jar node_modules/vnu-jar/build/dist/vnu.jar --errors-only --filterfile .vnurc --no-langdetect --skip-non-html *.html examples/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w3c/aria-practices.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/w3c/aria-practices/issues"
},
"homepage": "https://github.com/w3c/aria-practices#readme",
"devDependencies": {
"ava": "^0.25.0",
"cheerio": "^1.0.0-rc.2",
"eslint": "^4.19.1",
"geckodriver": "^1.11.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"vnu-jar": "^18.7.23"
}
}