mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-plugin-base64",
|
|
"version": "3.8.0",
|
|
"author": "Kong <office@konghq.com>",
|
|
"description": "Insomnia base64 template tag",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "plugins/insomnia-plugin-base64"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"unlisted": true,
|
|
"name": "base64",
|
|
"description": "Encode/Decode base64 strings"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
}
|
|
}
|