mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
25 lines
625 B
JSON
25 lines
625 B
JSON
{
|
|
"name": "insomnia-plugin-cookie-jar",
|
|
"version": "2.2.35",
|
|
"author": "Preston Alvarado <pjalva1@hotmail.com>",
|
|
"description": "Insomnia cookie jar template tag",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/kong/insomnia/tree/master/plugins/insomnia-plugin-cookie-jar",
|
|
"bugs": {
|
|
"url": "https://github.com/kong/insomnia"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "cookieJar",
|
|
"core": true,
|
|
"unlisted": true
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"insomnia-cookies": "2.2.35"
|
|
},
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
|
|
}
|