insomnia/packages/insomnia-cookies/package.json
Gregory Schier e46bf021cf pkg-v2.1.3
2020-01-06 13:51:24 -05:00

16 lines
348 B
JSON

{
"name": "insomnia-cookies",
"version": "2.1.3",
"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": "08d57747bae21e09737569eabac94b062cefaac9"
}