mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
24 lines
680 B
JSON
24 lines
680 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",
|
|
"nunjucks": "^2.4.2",
|
|
"raven": "^0.12.1",
|
|
"request": "^2.71.0",
|
|
"tough-cookie": "^2.3.1",
|
|
"traverse": "^0.6.6"
|
|
}
|
|
}
|