mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
22 lines
628 B
JSON
22 lines
628 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia",
|
|
"version": "3.2.2",
|
|
"productName": "Insomnia",
|
|
"longName": "Insomnia HTTP Client",
|
|
"description": "The best REST API Client",
|
|
"homepage": "http://insomnia.rest",
|
|
"author": "Gregory Schier <support@insomnia.rest>",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"analytics-node": "^2.1.0",
|
|
"electron-squirrel-startup": "^1.0.0",
|
|
"httpsnippet": "git@github.com:gschier/httpsnippet.git#39d2fb0449f33711e5cc71a4d42b0e5b808426b4",
|
|
"nedb": "^1.8.0",
|
|
"node-localstorage": "^1.3.0",
|
|
"raven": "^0.12.1",
|
|
"request": "^2.71.0",
|
|
"tough-cookie": "^2.3.1"
|
|
}
|
|
}
|