mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
16 lines
388 B
JSON
16 lines
388 B
JSON
{
|
|
"name": "insomnia-plugin-kong-bundle",
|
|
"version": "2.2.2",
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"unlisted": true,
|
|
"name": "kong-bundle",
|
|
"description": "Bundle of all Kong plugins"
|
|
},
|
|
"dependencies": {
|
|
"insomnia-plugin-kong-declarative-config": "^2.2.2",
|
|
"insomnia-plugin-kong-kubernetes-config": "^2.2.2",
|
|
"insomnia-plugin-kong-portal": "^2.2.2"
|
|
}
|
|
}
|