-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPLUGIN_MANIFEST.json
More file actions
37 lines (37 loc) · 965 Bytes
/
Copy pathPLUGIN_MANIFEST.json
File metadata and controls
37 lines (37 loc) · 965 Bytes
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
{
"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"
}
]
}