-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1023 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "insomnia-plugin-request-body-hmac-query-string",
"author": "Benjamin LETELLIER <[email protected]>",
"version": "1.1.0",
"description": "Insomnia template tag for HMAC signature of value or request body turn into query string, like name=value&name2=value2",
"insomnia": {
"name": "request-body-hmac-query-string",
"description": "Generates HMAC signatures for request bodies and values in query string",
"images": {
"icon": "images/icon_axe.svg"
}
},
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Beninho/insomnia-plugin-request-body-hmac-query-string.git"
},
"keywords": [
"insomnia",
"plugin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Beninho/insomnia-plugin-request-body-hmac-query-string/issues"
},
"homepage": "https://github.com/Beninho/insomnia-plugin-request-body-hmac-query-string#readme"
}