mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
18 lines
566 B
JSON
18 lines
566 B
JSON
{
|
|
"name": "insomnia-plugin-default-headers",
|
|
"version": "2.1.1",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Various data importers for Insomnia",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-default-headers",
|
|
"bugs": {
|
|
"url": "https://github.com/getinsomnia/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "default-headers",
|
|
"description": "Add default headers to requests"
|
|
},
|
|
"gitHead": "08d57747bae21e09737569eabac94b062cefaac9"
|
|
}
|