2016-04-20 06:09:46 +00:00
|
|
|
{
|
2016-07-09 04:49:09 +00:00
|
|
|
"private": true,
|
2016-04-20 06:09:46 +00:00
|
|
|
"name": "insomnia",
|
2017-03-16 17:51:56 +00:00
|
|
|
"version": "5.0.0",
|
2016-07-18 19:44:46 +00:00
|
|
|
"productName": "Insomnia",
|
2016-08-25 19:58:20 +00:00
|
|
|
"longName": "Insomnia REST Client",
|
|
|
|
"description": "A simple and beautiful REST API client",
|
2016-04-20 06:09:46 +00:00
|
|
|
"homepage": "http://insomnia.rest",
|
2017-02-20 18:32:27 +00:00
|
|
|
"author": "Insomnia <support@insomnia.rest>",
|
2016-09-17 05:46:44 +00:00
|
|
|
"main": "main.js",
|
2016-04-20 06:09:46 +00:00
|
|
|
"dependencies": {
|
2017-02-25 23:45:18 +00:00
|
|
|
"analytics-node": "~2.1.0",
|
2017-02-27 21:00:13 +00:00
|
|
|
"electron-context-menu": "~0.8.0",
|
2017-02-25 23:45:18 +00:00
|
|
|
"electron-squirrel-startup": "~1.0.0",
|
2016-10-21 17:20:36 +00:00
|
|
|
"hkdf": "0.0.2",
|
2017-02-16 17:10:12 +00:00
|
|
|
"httpsnippet": "1.16.5",
|
2017-02-25 23:45:18 +00:00
|
|
|
"insomnia-importers": "~1.3.0",
|
|
|
|
"jsonpath": "~0.2.9",
|
|
|
|
"mkdirp": "~0.5.1",
|
|
|
|
"nedb": "~1.8.0",
|
2017-02-26 21:12:51 +00:00
|
|
|
"node-forge": "~0.7.0",
|
2017-03-16 17:51:56 +00:00
|
|
|
"node-libcurl": "git://github.com/getinsomnia/node-libcurl.git#3fc2afea435f3548eedbef9c68d3fee642dfcddb",
|
2017-02-26 21:12:51 +00:00
|
|
|
"raven": "~1.1.2",
|
2017-02-25 23:45:18 +00:00
|
|
|
"request": "~2.71.0",
|
2017-02-16 17:10:12 +00:00
|
|
|
"srp-js": "0.2.0",
|
2017-02-25 23:45:18 +00:00
|
|
|
"tough-cookie": "~2.3.1",
|
2017-02-26 21:12:51 +00:00
|
|
|
"vkbeautify": "~0.99.1"
|
2016-04-20 06:09:46 +00:00
|
|
|
}
|
|
|
|
}
|