-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
26 lines (26 loc) · 915 Bytes
/
plugin.json
File metadata and controls
26 lines (26 loc) · 915 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
{
"name": "workflow-plugin-marketplace",
"version": "0.1.0",
"description": "Marketplace steps for searching, installing, and managing workflow plugins",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "community",
"minEngineVersion": "0.5.0",
"keywords": ["marketplace", "plugins", "registry", "install"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-marketplace",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-marketplace",
"capabilities": {
"configProvider": false,
"moduleTypes": [],
"stepTypes": [
"step.marketplace_search",
"step.marketplace_detail",
"step.marketplace_install",
"step.marketplace_installed",
"step.marketplace_uninstall",
"step.marketplace_update"
],
"triggerTypes": []
}
}