mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
16 lines
388 B
JSON
16 lines
388 B
JSON
{
|
|
"name": "insomnia-plugin-kong-bundle",
|
|
"version": "2.2.3",
|
|
"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.3"
|
|
}
|
|
}
|