mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
33714a75a0
- insomnia-app@1.1.6 - insomnia-plugin-cookie-jar@1.0.14 - insomnia-plugin-jsonpath@1.0.17 - insomnia-plugin-response@1.0.23
22 lines
542 B
JSON
22 lines
542 B
JSON
{
|
|
"name": "insomnia-plugin-cookie-jar",
|
|
"version": "1.0.14",
|
|
"author": "Preston Alvarado <pjalva1@hotmail.com>",
|
|
"description": "Insomnia cookie jar template tag",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-cookie-jar",
|
|
"bugs": {
|
|
"url": "https://github.com/getinsomnia/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "cookieJar"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"insomnia-cookies": "^0.0.5"
|
|
}
|
|
}
|