mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
* Added some more tracking * Fixed all stupid input usage * Specify JSON in environment modal
19 lines
477 B
JSON
19 lines
477 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia",
|
|
"version": "3.0.12",
|
|
"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",
|
|
"electron-json-storage": "^2.0.0",
|
|
"nedb": "^1.8.0",
|
|
"request": "^2.71.0"
|
|
}
|
|
}
|