mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia",
|
|
"version": "3.0.4",
|
|
"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": {
|
|
"electron-squirrel-startup": "^1.0.0",
|
|
"request": "^2.71.0"
|
|
}
|
|
}
|