mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
34 lines
721 B
JSON
34 lines
721 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-plugin-cookie-jar",
|
|
"version": "3.7.0-alpha.0",
|
|
"author": "Kong <office@konghq.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "Preston Alvarado",
|
|
"email": "pjalva1@hotmail.com"
|
|
}
|
|
],
|
|
"description": "Insomnia cookie jar template tag",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "plugins/insomnia-plugin-cookie-jar"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "cookieJar",
|
|
"unlisted": true
|
|
},
|
|
"scripts": {
|
|
"test": "jest --silent"
|
|
},
|
|
"dependencies": {
|
|
"tough-cookie": "^2.3.3"
|
|
}
|
|
}
|