mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"name": "insomnia",
|
|
"version": "3.0.0",
|
|
"productName": "Insomnia REST Client",
|
|
"description": "The best REST API Client",
|
|
"homepage": "http://insomnia.rest",
|
|
"licence": "GPL-3.0",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"request": "^2.71.0"
|
|
}
|
|
}
|