mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
20ef8015c5
- insomnia-app@1.1.5 - insomnia-plugin-cookie-jar@1.0.13 - insomnia-plugin-prompt@1.1.14 - insomnia-plugin-request@1.0.23 - insomnia-plugin-response@1.0.22
24 lines
589 B
JSON
24 lines
589 B
JSON
{
|
|
"name": "insomnia-plugin-response",
|
|
"version": "1.0.22",
|
|
"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.13",
|
|
"jsonpath": "^1.0.0"
|
|
}
|
|
}
|