insomnia/app/package.json

15 lines
345 B
JSON
Raw Normal View History

2016-04-20 06:09:46 +00:00
{
2016-07-09 04:49:09 +00:00
"private": true,
2016-04-20 06:09:46 +00:00
"name": "insomnia",
2016-07-18 20:10:18 +00:00
"version": "3.0.2",
2016-07-18 19:44:46 +00:00
"productName": "Insomnia",
2016-04-20 06:09:46 +00:00
"description": "The best REST API Client",
"homepage": "http://insomnia.rest",
2016-07-18 19:44:46 +00:00
"author": "Gregory Schier <support@insomnia.rest>",
2016-04-20 06:09:46 +00:00
"main": "app.js",
"dependencies": {
2016-07-18 19:44:46 +00:00
"electron-squirrel-startup": "^1.0.0",
2016-04-20 06:09:46 +00:00
"request": "^2.71.0"
}
}