insomnia/app/app.json
Gregory Schier e39b87e5af Some tweaks
2016-07-27 10:25:03 -07:00

18 lines
438 B
JSON

{
"private": true,
"name": "insomnia",
"version": "3.0.10",
"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": {
"analytics-node": "^2.1.0",
"electron-squirrel-startup": "^1.0.0",
"nedb": "^1.8.0",
"request": "^2.71.0"
}
}