insomnia/plugins/insomnia-plugin-response/package.json
Gregory Schier 2800c9c9e7 lib@2.2.6
2020-05-20 20:15:22 -07:00

27 lines
671 B
JSON

{
"name": "insomnia-plugin-response",
"version": "2.2.6",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia response template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-response",
"bugs": {
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "response",
"core": true,
"unlisted": true
},
"scripts": {
"test": "jest --silent"
},
"dependencies": {
"iconv-lite": "^0.4.19",
"insomnia-xpath": "^2.2.6",
"jsonpath": "^1.0.2"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
}