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