mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
25 lines
659 B
JSON
25 lines
659 B
JSON
{
|
|
"name": "insomnia-plugin-kong-declarative-config",
|
|
"version": "2.3.0-beta.2",
|
|
"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-declarative-config"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"insomnia": {
|
|
"name": "kong-declarative-config",
|
|
"description": "Generate Kong Declarative Config"
|
|
},
|
|
"dependencies": {
|
|
"openapi-2-kong": "2.3.0-beta.2",
|
|
"yaml": "^1.8.3"
|
|
},
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
|
}
|