mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
25 lines
645 B
JSON
25 lines
645 B
JSON
{
|
|
"name": "insomnia-plugin-response",
|
|
"version": "2.1.1",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Insomnia response template tag",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-response",
|
|
"bugs": {
|
|
"url": "https://github.com/getinsomnia/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "response"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"iconv-lite": "^0.4.19",
|
|
"insomnia-xpath": "^2.1.1",
|
|
"jsonpath": "^1.0.2"
|
|
},
|
|
"gitHead": "08d57747bae21e09737569eabac94b062cefaac9"
|
|
}
|