insomnia/plugins/insomnia-plugin-response/package.json
2019-11-22 11:15:46 -05:00

25 lines
646 B
JSON

{
"name": "insomnia-plugin-response",
"version": "1.0.27",
"author": "Gregory Schier <gschier1990@gmail.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": "^1.0.17",
"jsonpath": "^1.0.2"
},
"gitHead": "f325aef9ffe748b2d05562782852e83b16056210"
}