insomnia/plugins/insomnia-plugin-hash/package.json
2020-04-27 15:01:44 -07:00

22 lines
544 B
JSON

{
"name": "insomnia-plugin-hash",
"version": "2.1.4",
"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"
}