mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
9e84bc4387
* Start on workspace dropdown and upgrade fontawesome * WorkspaceDropdown start and Elm components! * Lots of CSS shit * Refactor some db stuff and move filter out of sidebar * Adjust dropdown css * Handle duplicate header names, and stuff * Shitty cookies tab * fixed cookie table a bit * Modal refactor * Starteed cookie modal design * Better cookie storage and filter cookie modal * Cookie editor round 1 * Fix kve cursor jumping and form encoding templating * New cookies now show up in filter * Checkpoint * Stuff and fix environments css * Added manage cookies button to cookie pane * Fix accidental sidebar item drag on sidebar resize * Environments modal is looking pretty good now * Pretty much done environments nad cookies * Some changes * Fixed codemirror in modals * Fixed some things * Add basic proxy support * Updated shortcuts * Code snippet generation * Some style * bug fix * Code export now gets cookies for correct domain
21 lines
604 B
JSON
21 lines
604 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia",
|
|
"version": "3.2.0",
|
|
"productName": "Insomnia",
|
|
"longName": "Insomnia HTTP Client",
|
|
"description": "The best REST API Client",
|
|
"homepage": "http://insomnia.rest",
|
|
"author": "Gregory Schier <support@insomnia.rest>",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"analytics-node": "^2.1.0",
|
|
"electron-squirrel-startup": "^1.0.0",
|
|
"httpsnippet": "git@github.com:gschier/httpsnippet.git#f47d1e0e7c5084adb765442839504f9265a84669",
|
|
"nedb": "^1.8.0",
|
|
"node-localstorage": "^1.3.0",
|
|
"request": "^2.71.0",
|
|
"tough-cookie": "^2.3.1"
|
|
}
|
|
}
|