mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 23:28:33 -04:00
35 lines
899 B
JSON
35 lines
899 B
JSON
{
|
|
"name": "insomnia-plugin-kong-bundle",
|
|
"version": "2.3.0",
|
|
"main": "index.js",
|
|
"author": "Kong <office@konghq.com>",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "plugins/insomnia-plugin-kong-bundle"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"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.3.0",
|
|
"insomnia-plugin-kong-kubernetes-config": "2.3.0",
|
|
"insomnia-plugin-kong-portal": "2.3.0"
|
|
},
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
|
}
|