mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
9c11a7d61c
* LokiJS is working pretty well * Tidy up
14 lines
290 B
JSON
14 lines
290 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": {
|
|
"lokijs": "^1.3.16",
|
|
"request": "^2.71.0"
|
|
}
|
|
}
|