insomnia/plugins/insomnia-plugin-prompt/package.json
Gregory Schier 10d7255800 pkg-v2.1.4
2020-01-06 14:19:56 -05:00

20 lines
513 B
JSON

{
"name": "insomnia-plugin-prompt",
"version": "2.1.4",
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia prompt template tag",
"license": "MIT",
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-prompt",
"bugs": {
"url": "https://github.com/kong/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "prompt"
},
"scripts": {
"test": "node --version"
},
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
}