| 1 |
{ |
| 2 |
"name": "allaccessible-wordpress-plugin", |
| 3 |
"version": "2.1.4", |
| 4 |
"description": "AllAccessible WordPress Plugin", |
| 5 |
"scripts": { |
| 6 |
"test": "node ../tests/validate-v2.js", |
| 7 |
"test:legacy": "node ../tests/validate.js", |
| 8 |
"predeploy": "node ../tests/predeploy-check.js" |
| 9 |
}, |
| 10 |
"keywords": ["wordpress", "accessibility", "wcag", "ada"], |
| 11 |
"author": "AllAccessible Team", |
| 12 |
"license": "GPL-2.0-or-later" |
| 13 |
} |
| 14 |
|