mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
25 lines
536 B
JSON
25 lines
536 B
JSON
{
|
|
"private": false,
|
|
"name": "insomnia-plugin-hash",
|
|
"version": "3.5.1-beta.2",
|
|
"author": "Kong <office@konghq.com>",
|
|
"description": "Insomnia hash template tag",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "plugins/insomnia-plugin-hash"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "hash",
|
|
"unlisted": true
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
}
|
|
}
|