mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
8c0d87168e
* Most things are working * Cookies and lots of improvements * Hoist regex * Appveyor test * Fix appveyor file * Remove yarn * Test deps * Fix * Remove all git deps * fix * Fix * Add cash rm * Fix command * Fix * Production * try * fix * fix? * Done * Remove cache * tweak * Shortcut * Fix * Attempt * try * Try clone depth * Try again * back to shallow_clone * Some debugging * Another try * Try something else * Another * try curl only * Another * fix * Update node-gyp * Try again * Try * Again * Some pruning * Back to the start * Again * try config * Reorder test * Try without cache * Update dep * Try again * remove shallow_clone * don't run tests * Implement CA fetching * Fix * Use CAs * Fix? * test * Remove build dir * Fix dir path? * Try again * Aagain * Try * Change dep * Add comment * Invalidate cache * Remove yarn * Fix cookie expiry * fixed tests * Some modal fixes and unrelated stuff * Debounce autocomplete * Got client certificates working * Fixed binary files * Fixed cookies * Got proxy and debug info working * Got CA certs working * Update appveyor build * Fixed cookie date parsing and overlay z-index * Test updates * Autocomplete to bulk header editor * Small CSS tweak
30 lines
864 B
JSON
30 lines
864 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia",
|
|
"version": "5.0.0",
|
|
"productName": "Insomnia",
|
|
"longName": "Insomnia REST Client",
|
|
"description": "A simple and beautiful REST API client",
|
|
"homepage": "http://insomnia.rest",
|
|
"author": "Insomnia <support@insomnia.rest>",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"analytics-node": "~2.1.0",
|
|
"electron-context-menu": "~0.8.0",
|
|
"electron-squirrel-startup": "~1.0.0",
|
|
"hkdf": "0.0.2",
|
|
"httpsnippet": "1.16.5",
|
|
"insomnia-importers": "~1.3.0",
|
|
"jsonpath": "~0.2.9",
|
|
"mkdirp": "~0.5.1",
|
|
"nedb": "~1.8.0",
|
|
"node-forge": "~0.7.0",
|
|
"node-libcurl": "git://github.com/getinsomnia/node-libcurl.git#3fc2afea435f3548eedbef9c68d3fee642dfcddb",
|
|
"raven": "~1.1.2",
|
|
"request": "~2.71.0",
|
|
"srp-js": "0.2.0",
|
|
"tough-cookie": "~2.3.1",
|
|
"vkbeautify": "~0.99.1"
|
|
}
|
|
}
|