mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
2bdd84ad22
* make all packages private * remove lerna json and publish scripts * clean up npmignores * remove major npm github ci logic
22 lines
561 B
JSON
22 lines
561 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-plugin-default-headers",
|
|
"version": "3.6.1-beta.2",
|
|
"author": "Kong <office@konghq.com>",
|
|
"description": "Various data importers for Insomnia",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "plugins/insomnia-plugin-default-headers"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "default-headers",
|
|
"description": "Add default headers to requests"
|
|
}
|
|
}
|