insomnia/plugins/insomnia-plugin-base64/package.json
Gregory Schier e46bf021cf pkg-v2.1.3
2020-01-06 13:51:24 -05:00

21 lines
563 B
JSON

{
"name": "insomnia-plugin-base64",
"version": "2.1.3",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia base64 template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-base64",
"bugs": {
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "base64",
"description": "Encode/Decode base64 strings"
},
"scripts": {
"test": "jest --silent"
},
"gitHead": "08d57747bae21e09737569eabac94b062cefaac9"
}