2020-04-26 20:33:39 +00:00
|
|
|
{
|
2021-12-22 20:43:30 +00:00
|
|
|
"private": true,
|
2020-04-26 20:33:39 +00:00
|
|
|
"name": "insomnia-plugin-kong-kubernetes-config",
|
2022-03-09 12:21:56 +00:00
|
|
|
"version": "2.5.2",
|
2020-04-26 20:33:39 +00:00
|
|
|
"main": "index.js",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2021-05-13 11:31:33 +00:00
|
|
|
"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"
|
|
|
|
},
|
2020-04-26 20:33:39 +00:00
|
|
|
"insomnia": {
|
|
|
|
"name": "kong-kubernetes-config",
|
2021-11-10 07:42:41 +00:00
|
|
|
"description": "Generate Kong For Kubernetes configuration",
|
|
|
|
"unlisted": true
|
2020-04-26 20:33:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-09 12:21:56 +00:00
|
|
|
"openapi-2-kong": "2.5.2",
|
2020-04-26 20:33:39 +00:00
|
|
|
"yaml": "^1.8.3"
|
2020-07-01 23:28:05 +00:00
|
|
|
},
|
|
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
2020-04-26 20:33:39 +00:00
|
|
|
}
|