mirror of
https://github.com/Kong/insomnia.git
synced 2026-02-02 18:21:37 -05:00
24 lines
604 B
JSON
24 lines
604 B
JSON
{
|
|
"name": "insomnia-plugin-request",
|
|
"version": "2.1.2",
|
|
"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.2",
|
|
"insomnia-url": "^2.1.2"
|
|
},
|
|
"gitHead": "08d57747bae21e09737569eabac94b062cefaac9"
|
|
}
|