insomnia/app/package.json
Gregory Schier 2cdd4761c8 Remaining V5 Features (#122)
* Add digest auth and response timeline

* Some css fixes

* Fixed Button

* More auth methods, fixed URL regex, and fix gzip

* Get rid of negotiate auth

* Fix proxy

* Fixed GA tracking

* Some very small changes and fixes

* Fix content type names

* Even better auth switching and timeline syntax

* Some auth tweaks

* CSS tweaks

* Reworked toasts

* Fixed timer rounding quirk

* Request settings and render errors

* Fixed tests

* Vertical dragging and stuff

* Remove beta
2017-03-28 15:45:23 -07:00

30 lines
864 B
JSON

{
"private": true,
"name": "insomnia",
"version": "5.0.1",
"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"
}
}