mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
26 lines
636 B
JSON
26 lines
636 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-plugin-kong-kubernetes-config",
|
|
"version": "3.0.0",
|
|
"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": "3.0.0",
|
|
"yaml": "^1.8.3"
|
|
}
|
|
}
|