mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
19 lines
469 B
JSON
19 lines
469 B
JSON
{
|
|
"name": "insomnia-plugin-prompt",
|
|
"version": "1.0.3",
|
|
"author": "Gregory Schier <gschier1990@gmail.com>",
|
|
"description": "Insomnia prompt template tag",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-prompt",
|
|
"bugs": {
|
|
"url": "https://github.com/getinsomnia/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "prompt"
|
|
},
|
|
"scripts": {
|
|
"test": "node --version"
|
|
}
|
|
}
|