insomnia/app/package.json
Gregory Schier 9c11a7d61c Switch to LokiJS (#12)
* LokiJS is working pretty well

* Tidy up
2016-04-26 20:17:05 -07:00

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"
}
}