-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPLUGIN_MANIFEST.json
More file actions
42 lines (42 loc) · 1.08 KB
/
Copy pathPLUGIN_MANIFEST.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
36
37
38
39
40
41
42
{
"name": "lightspeed-plugin-registry",
"version": "0.1.0",
"description": "Registry of installable LightSpeedWP portable plugins.",
"plugins": [
{
"id": "lightspeed-github-ops",
"path": "plugins/lightspeed-github-ops",
"status": "active"
},
{
"id": "lightspeed-wordpress-planning",
"path": "plugins/lightspeed-wordpress-planning",
"status": "active"
},
{
"id": "lightspeed-wordpress-governance",
"path": "plugins/lightspeed-wordpress-governance",
"status": "active"
},
{
"id": "lightspeed-release-ops",
"path": "plugins/lightspeed-release-ops",
"status": "active"
},
{
"id": "lightspeed-quality-assurance",
"path": "plugins/lightspeed-quality-assurance",
"status": "active"
},
{
"id": "lightspeed-metrics-and-reporting",
"path": "plugins/lightspeed-metrics-and-reporting",
"status": "active"
},
{
"id": "lightspeed-playwright-testing",
"path": "plugins/lightspeed-playwright-testing",
"status": "active"
}
]
}