-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 1.21 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
{
"name": "visual-aria",
"version": "1.0.0",
"private": true,
"description": "Visual ARIA allows engineers, testers, educators, and students to physically observe ARIA usage within web technologies, including ARIA 1.1 structural, live region, and widget roles, proper nesting and focus management, plus requisite and optional supporting attributes to aid in development.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "uglifyjs \"./docs/visual-aria/roles.uncompressed.js\" --comments /^!/ --compress --mangle --output \"./docs/visual-aria/roles.js\"",
"fix": "prettier --write \"./docs/visual-aria/roles.uncompressed.js\" \"./**/{setup.js,radios.js}\" && js-beautify -r --type=\"html\" \"./**/*.{htm,html}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whatsock/visual-aria.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/whatsock/visual-aria/issues"
},
"homepage": "https://github.com/whatsock/visual-aria#readme",
"devDependencies": {
"js-beautify": "^1.14.5",
"prettier": "^2.7.1",
"uglify-js": "^3.17.0"
}
}