2017-11-26 20:45:40 +00:00
|
|
|
{
|
2022-03-01 16:13:22 +00:00
|
|
|
"private": false,
|
2017-11-26 20:45:40 +00:00
|
|
|
"name": "insomnia-plugin-hash",
|
2022-09-01 12:08:01 +00:00
|
|
|
"version": "3.5.1-beta.2",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2017-11-26 20:45:40 +00:00
|
|
|
"description": "Insomnia hash template tag",
|
|
|
|
"license": "MIT",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "plugins/insomnia-plugin-hash"
|
|
|
|
},
|
2017-11-26 20:45:40 +00:00
|
|
|
"bugs": {
|
2021-05-13 11:31:33 +00:00
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
2017-11-26 20:45:40 +00:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"insomnia": {
|
|
|
|
"name": "hash",
|
2020-04-27 22:01:44 +00:00
|
|
|
"unlisted": true
|
2017-11-26 20:45:40 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest --silent"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|