Files
insomnia/app/package.json
Gregory Schier 23692cb680 Release 5.1.1 (#268)
* Skip invalid cookies and some tweaks

* Fix adding context menu multiple times (#254)

* Update electron and fix React key warning

* OAuth password field should abide by password setting (#256)

* Size app icon appropriately

* Better errors inside environment editors (#257)

* Start a fresh OAuth2 session every launch (#258)

* Show folder name in response tag dialog (#259)

* Some autocomplete tweaks and added ctrl+Enter shortcut

* npm@5 in CI and package-lock.json

* Always have equals signs in x-www-form-urlencoded bodies (#265)

* Bump version
2017-05-29 14:27:15 -07:00

27 lines
778 B
JSON

{
"private": true,
"name": "insomnia",
"version": "5.1.1",
"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.min.js",
"dependencies": {
"electron-context-menu": "0.9.0",
"electron-squirrel-startup": "1.0.0",
"hkdf": "0.0.2",
"httpsnippet": "1.16.5",
"insomnia-importers": "1.3.3",
"jsonpath": "0.2.11",
"mkdirp": "0.5.1",
"nedb": "1.8.0",
"node-forge": "0.7.0",
"node-libcurl": "git://github.com/getinsomnia/node-libcurl.git#3fc2afea435f3548eedbef9c68d3fee642dfcddb",
"srp-js": "0.2.0",
"tough-cookie": "2.3.1",
"vkbeautify": "0.99.1"
}
}