mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
31 lines
710 B
JSON
31 lines
710 B
JSON
{
|
|
"name": "insomnia-plugin-response",
|
|
"version": "2.3.2",
|
|
"author": "Kong <office@konghq.com>",
|
|
"description": "Insomnia response template tag",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "plugins/insomnia-plugin-response"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "response",
|
|
"core": true,
|
|
"unlisted": true
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"iconv-lite": "^0.4.19",
|
|
"insomnia-xpath": "2.3.2",
|
|
"jsonpath": "^1.0.2"
|
|
},
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
|
|
}
|