2017-11-26 20:45:40 +00:00
|
|
|
{
|
2022-03-01 16:13:22 +00:00
|
|
|
"private": false,
|
2017-11-26 20:45:40 +00:00
|
|
|
"name": "insomnia-plugin-base64",
|
2022-08-02 16:25:13 +00:00
|
|
|
"version": "3.4.0",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2017-11-26 20:45:40 +00:00
|
|
|
"description": "Insomnia base64 template tag",
|
|
|
|
"license": "MIT",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "plugins/insomnia-plugin-base64"
|
|
|
|
},
|
2017-11-26 20:45:40 +00:00
|
|
|
"bugs": {
|
2021-05-13 11:31:33 +00:00
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
2017-11-26 20:45:40 +00:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"insomnia": {
|
2020-04-27 22:01:44 +00:00
|
|
|
"unlisted": true,
|
2017-11-26 20:45:40 +00:00
|
|
|
"name": "base64",
|
|
|
|
"description": "Encode/Decode base64 strings"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-03-13 17:07:52 +00:00
|
|
|
"test": "jest --silent"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|