insomnia/app/package.json

40 lines
1.0 KiB
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",
"version": "5.12.0-beta.3",
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>",
2017-08-16 00:26:18 +00:00
"main": "main.min.js",
"dependencies": {
"aws4": "^1.6.0",
"clone": "^2.1.0",
"deep-equal": "^1.0.1",
2017-08-16 00:26:18 +00:00
"electron-context-menu": "^0.9.0",
"electron-squirrel-startup": "^1.0.0",
"hawk": "^6.0.2",
2017-08-16 00:26:18 +00:00
"hkdf": "^0.0.2",
"html-entities": "^1.2.0",
"iconv-lite": "^0.4.15",
2017-08-16 02:17:35 +00:00
"insomnia-httpsnippet": "^1.16.5",
2017-11-10 14:05:25 +00:00
"insomnia-importers": "^1.5.0",
2017-08-16 22:28:04 +00:00
"insomnia-node-libcurl": "^1.2.3",
2017-10-17 09:45:31 +00:00
"jsonpath": "^0.2.12",
"marked": "^0.3.6",
"mime-types": "^2.1.14",
2017-08-16 00:26:18 +00:00
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
2017-08-16 00:26:18 +00:00
"nedb": "^1.8.0",
"node-forge": "^0.7.0",
2017-11-06 20:44:55 +00:00
"oauth-1.0a": "^2.2.2",
2017-08-16 00:26:18 +00:00
"srp-js": "^0.2.0",
"tar": "^3.1.7",
"tough-cookie": "^2.3.1",
"vkbeautify": "^0.99.1",
"whatwg-fetch": "^2.0.1",
"xmldom": "^0.1.22"
2017-08-16 00:26:18 +00:00
}
2016-04-20 06:09:46 +00:00
}