insomnia/app/app.json
Gregory Schier 91125bcbad Implement NeDB (#28)
* It works

* Not much
2016-07-23 01:22:52 -07:00

17 lines
405 B
JSON

{
"private": true,
"name": "insomnia",
"version": "3.0.8",
"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",
"nedb": "^1.8.0",
"request": "^2.71.0"
}
}