2017-11-26 20:45:40 +00:00
|
|
|
{
|
|
|
|
"name": "insomnia-plugin-response",
|
2019-12-12 20:32:59 +00:00
|
|
|
"version": "2.1.0",
|
2019-12-12 20:39:41 +00:00
|
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
2017-11-26 20:45:40 +00:00
|
|
|
"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": {
|
2017-12-01 14:18:38 +00:00
|
|
|
"iconv-lite": "^0.4.19",
|
2019-12-12 20:32:59 +00:00
|
|
|
"insomnia-xpath": "^2.1.0",
|
2019-08-07 16:17:50 +00:00
|
|
|
"jsonpath": "^1.0.2"
|
2019-11-22 16:15:46 +00:00
|
|
|
},
|
|
|
|
"gitHead": "f325aef9ffe748b2d05562782852e83b16056210"
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|