mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
24 lines
604 B
JSON
24 lines
604 B
JSON
{
|
|
"name": "insomnia-plugin-request",
|
|
"version": "2.1.4",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"insomnia-cookies": "^2.1.4",
|
|
"insomnia-url": "^2.1.4"
|
|
},
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
|
|
}
|