insomnia/plugins/insomnia-plugin-hash/package.json

20 lines
479 B
JSON
Raw Normal View History

{
"name": "insomnia-plugin-hash",
2019-12-12 20:40:12 +00:00
"version": "2.1.1",
2019-12-12 20:39:41 +00:00
"author": "Gregory Schier <greg.schier@konghq.com>",
"description": "Insomnia hash template tag",
"license": "MIT",
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-hash",
"bugs": {
"url": "https://github.com/getinsomnia/insomnia"
},
"main": "index.js",
"insomnia": {
"name": "hash",
"core": true
},
"scripts": {
"test": "jest --silent"
}
}