2020-04-26 20:33:39 +00:00
|
|
|
{
|
|
|
|
"name": "insomnia-plugin-kong-bundle",
|
2020-05-02 03:40:27 +00:00
|
|
|
"version": "2.2.4",
|
2020-04-26 20:33:39 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"insomnia": {
|
|
|
|
"name": "kong-bundle",
|
2020-05-21 02:52:15 +00:00
|
|
|
"displayName": "Kong Plugin Bundle",
|
|
|
|
"description": "Bundle of all Kong functionality",
|
|
|
|
"bundle": true,
|
|
|
|
"applications": {
|
|
|
|
"designer": "*"
|
|
|
|
},
|
|
|
|
"images": {
|
|
|
|
"icon": "icon.svg",
|
|
|
|
"cover": "cover.svg"
|
|
|
|
}
|
2020-04-26 20:33:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-05-02 03:40:27 +00:00
|
|
|
"insomnia-plugin-kong-declarative-config": "^2.2.4",
|
|
|
|
"insomnia-plugin-kong-kubernetes-config": "^2.2.4",
|
|
|
|
"insomnia-plugin-kong-portal": "^2.2.4"
|
2020-04-26 20:33:39 +00:00
|
|
|
}
|
2020-05-21 02:52:15 +00:00
|
|
|
}
|