mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
21 lines
577 B
JSON
21 lines
577 B
JSON
{
|
|
"name": "insomnia-plugin-base64",
|
|
"version": "2.1.1",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Insomnia base64 template tag",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-base64",
|
|
"bugs": {
|
|
"url": "https://github.com/getinsomnia/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "base64",
|
|
"description": "Encode/Decode base64 strings"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"gitHead": "08d57747bae21e09737569eabac94b062cefaac9"
|
|
}
|