mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
25 lines
621 B
JSON
25 lines
621 B
JSON
{
|
|
"name": "insomnia-plugin-kong-bundle",
|
|
"version": "2.2.20",
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "kong-bundle",
|
|
"displayName": "Kong Plugin Bundle",
|
|
"description": "Bundle of all Kong functionality",
|
|
"bundle": true,
|
|
"applications": {
|
|
"designer": "*"
|
|
},
|
|
"images": {
|
|
"icon": "icon.svg",
|
|
"cover": "cover.svg"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"insomnia-plugin-kong-declarative-config": "^2.2.12",
|
|
"insomnia-plugin-kong-kubernetes-config": "^2.2.12",
|
|
"insomnia-plugin-kong-portal": "^2.2.20"
|
|
},
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
|
}
|