mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
17 lines
508 B
JSON
17 lines
508 B
JSON
{
|
|
"name": "insomnia-plugin-default-headers",
|
|
"version": "1.1.2",
|
|
"author": "Gregory Schier <gschier1990@gmail.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"
|
|
}
|
|
}
|