mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"name": "insomnia-cookies",
|
|
"version": "2.2.24",
|
|
"author": "Gregory Schier <greg.schier@konghq.com>",
|
|
"description": "Cookie utilities",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"tough-cookie": "^2.3.3"
|
|
},
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
|
|
}
|