insomnia/app/package.json
Gregory Schier 62719f3201 More 5.0 Fixes and Stuff (#134)
* Fix OAuth token, new request content-type, and more

* better error messaging around invalid Curl opts

* Make XFERINFOFUNCTION an optional option

* Fix content-type change prompt and double quotes in prettify

* Don't send Expect header on file upload

* Remove dead code

* Base64 tag

* Fix HTML entities in URL clicks

* Fix curl paste
2017-04-07 11:10:15 -07:00

30 lines
863 B
JSON

{
"private": true,
"name": "insomnia",
"version": "5.0.2",
"productName": "Insomnia",
"longName": "Insomnia REST Client",
"description": "Debug APIs like a human, not a robot",
"homepage": "https://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.1",
"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"
}
}