mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
30 lines
673 B
JSON
30 lines
673 B
JSON
{
|
|
"private": false,
|
|
"name": "insomnia-plugin-response",
|
|
"version": "3.5.1-beta.2",
|
|
"author": "Kong <office@konghq.com>",
|
|
"description": "Insomnia response template tag",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "plugins/insomnia-plugin-response"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "response",
|
|
"unlisted": true
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"iconv-lite": "^0.6.3",
|
|
"insomnia-xpath": "3.5.1-beta.2",
|
|
"jsonpath-plus": "^6.0.1"
|
|
}
|
|
}
|