mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
22 lines
552 B
JSON
22 lines
552 B
JSON
{
|
|
"name": "insomnia-plugin-hash",
|
|
"version": "2.2.35-beta.2",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Insomnia hash template tag",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-hash",
|
|
"bugs": {
|
|
"url": "https://github.com/kong/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "hash",
|
|
"core": true,
|
|
"unlisted": true
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
|
|
}
|