18 lines
384 B
JSON
18 lines
384 B
JSON
{
|
|
"name": "hello-world",
|
|
"owner": {
|
|
"name": "Developer",
|
|
"email": "plugin@42plugin.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "hello-world",
|
|
"description": "A hello world plugin",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.waymay.us/zhongwei/gh-openshift-eng-ai-helpers-plugins-hello-world.git"
|
|
},
|
|
"strict": true
|
|
}
|
|
]
|
|
} |