mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 07:08:16 -04:00
- insomnia-plugin-cookie-jar@1.0.2 - insomnia-plugin-hash@1.0.5 - insomnia-plugin-jsonpath@1.0.6 - insomnia-app@1.0.37
20 lines
478 B
JSON
20 lines
478 B
JSON
{
|
|
"name": "insomnia-plugin-hash",
|
|
"version": "1.0.5",
|
|
"author": "Gregory Schier <gschier1990@gmail.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"
|
|
}
|
|
}
|