insomnia/plugins/insomnia-plugin-request/package.json
Opender Singh c2d989e1e0 lib@2.2.24
2020-09-22 11:45:33 +12:00

26 lines
647 B
JSON

{
"name": "insomnia-plugin-request",
"version": "2.2.24",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia request template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-request",
"bugs": {
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "request",
"core": true,
"unlisted": true
},
"scripts": {
"test": "jest --silent"
},
"dependencies": {
"insomnia-cookies": "^2.2.24",
"insomnia-url": "^2.2.24"
},
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
}