-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 765 Bytes
/
plugin.json
File metadata and controls
31 lines (31 loc) · 765 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
{
"name": "workflow-plugin-crypto",
"version": "0.0.0",
"description": "Crypto network provider catalog plugin for workflow-compute.",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "community",
"private": false,
"minEngineVersion": "0.62.0",
"keywords": [
"crypto",
"workflow-compute",
"provider-catalog"
],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-crypto",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-crypto",
"dependencies": [
{
"name": "workflow-plugin-compute-core",
"constraint": ">=0.0.0"
}
],
"capabilities": {
"configProvider": false,
"moduleTypes": [],
"stepTypes": [],
"triggerTypes": []
},
"contracts": []
}