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