mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
b94367ffd8
This reverts commit 96265ae6b5
.
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
27 lines
693 B
JSON
27 lines
693 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-plugin-kong-kubernetes-config",
|
|
"version": "2.4.1",
|
|
"main": "index.js",
|
|
"author": "Kong <office@konghq.com>",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "plugins/insomnia-plugin-kong-kubernetes-config"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"insomnia": {
|
|
"name": "kong-kubernetes-config",
|
|
"description": "Generate Kong For Kubernetes configuration",
|
|
"unlisted": true
|
|
},
|
|
"dependencies": {
|
|
"openapi-2-kong": "2.4.1",
|
|
"yaml": "^1.8.3"
|
|
},
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
|
}
|