2017-11-26 20:45:40 +00:00
|
|
|
{
|
|
|
|
"name": "insomnia-plugin-base64",
|
2017-11-26 23:04:47 +00:00
|
|
|
"version": "1.0.2",
|
2017-11-26 20:45:40 +00:00
|
|
|
"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"
|
2017-11-26 23:04:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^4.12.0"
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|
|
|
|
}
|