mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"name": "insomnia",
|
|
"productName": "Insomnia REST Client",
|
|
"description": "The best REST API Client",
|
|
"homepage": "http://insomnia.rest",
|
|
"licence": "MIT",
|
|
"version": "3.0.0",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"request": "^2.71.0"
|
|
}
|
|
}
|