2018-07-12 18:29:03 +00:00
|
|
|
{
|
|
|
|
"name": "insomnia-plugin-cookie-jar",
|
2019-11-22 16:05:46 +00:00
|
|
|
"version": "1.0.18",
|
2018-07-12 18:29:03 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|