2018-07-12 18:29:03 +00:00
|
|
|
{
|
2022-03-01 16:13:22 +00:00
|
|
|
"private": false,
|
2018-07-12 18:29:03 +00:00
|
|
|
"name": "insomnia-plugin-cookie-jar",
|
2022-08-02 16:25:13 +00:00
|
|
|
"version": "3.4.0",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Preston Alvarado",
|
|
|
|
"email": "pjalva1@hotmail.com"
|
|
|
|
}
|
|
|
|
],
|
2018-07-12 18:29:03 +00:00
|
|
|
"description": "Insomnia cookie jar template tag",
|
|
|
|
"license": "MIT",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "plugins/insomnia-plugin-cookie-jar"
|
|
|
|
},
|
2018-07-12 18:29:03 +00:00
|
|
|
"bugs": {
|
2021-05-13 11:31:33 +00:00
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
2018-07-12 18:29:03 +00:00
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"insomnia": {
|
2020-04-27 22:01:44 +00:00
|
|
|
"name": "cookieJar",
|
|
|
|
"unlisted": true
|
2018-07-12 18:29:03 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest --silent"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-08-02 16:25:13 +00:00
|
|
|
"insomnia-cookies": "3.4.0"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2018-07-12 18:29:03 +00:00
|
|
|
}
|