mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
15 lines
359 B
JSON
15 lines
359 B
JSON
{
|
|
"name": "insomnia-plugin-kong-kubernetes-config",
|
|
"version": "2.2.12",
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "kong-kubernetes-config",
|
|
"description": "Generate Kong For Kubernetes configuration"
|
|
},
|
|
"dependencies": {
|
|
"openapi-2-kong": "^2.2.12",
|
|
"yaml": "^1.8.3"
|
|
},
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
|
}
|