PluginProbe
Accessibility by AllAccessible / trunk
Accessibility by AllAccessible vtrunk
2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.6 trunk 1.0 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.2 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 All 43 releases
allaccessible / package.json

package.json in Accessibility by AllAccessible trunk, at package.json

14 lines 412 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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