insomnia/app/package.json

31 lines
996 B
JSON
Raw Normal View History

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-08-04 16:54:40 +00:00
"version": "5.7.4",
2016-07-18 19:44:46 +00:00
"productName": "Insomnia",
2016-08-25 19:58:20 +00:00
"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",
2016-04-20 06:09:46 +00:00
"dependencies": {
2017-06-23 15:40:43 +00:00
"electron-context-menu": "^0.9.0",
2017-07-20 19:29:16 +00:00
"electron-devtools-installer": "^2.2.0",
2017-06-23 15:40:43 +00:00
"electron-squirrel-startup": "^1.0.0",
"deep-equal": "^1.0.1",
"hkdf": "^0.0.2",
2017-07-25 20:58:00 +00:00
"httpsnippet": "git://github.com/getinsomnia/httpsnippet.git#85e00f4d2574ff2457f3de21dd3faf50db4ab74a",
"insomnia-importers": "^1.3.9",
2017-06-23 15:40:43 +00:00
"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#d3ee4d436a174c2bd5f2dc89b165257a5cac32ea",
2017-08-10 01:56:27 +00:00
"simple-react-pdf": "^1.0.8",
2017-06-23 15:40:43 +00:00
"srp-js": "^0.2.0",
"tar": "^3.1.7",
2017-06-23 15:40:43 +00:00
"tough-cookie": "^2.3.1",
"vkbeautify": "^0.99.1"
2016-04-20 06:09:46 +00:00
}
}