outlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplace
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
705 B
34 lines
705 B
9 years ago
|
{
|
||
|
"name": "Rambox",
|
||
|
"productName": "Rambox",
|
||
9 years ago
|
"version": "0.4.1",
|
||
9 years ago
|
"description": "Free and Open Source messaging and emailing app that combines common web applications into one.",
|
||
|
"main": "electron/main.js",
|
||
|
"private": true,
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/saenzramiro/rambox.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"Rambox",
|
||
|
"messaging",
|
||
|
"app",
|
||
|
"slack",
|
||
|
"whatsapp",
|
||
|
"facebook",
|
||
|
"messenger",
|
||
|
"telegram",
|
||
|
"google",
|
||
|
"hangouts",
|
||
|
"skype"
|
||
|
],
|
||
9 years ago
|
"author": "Ramiro Saenz <[email protected]>",
|
||
9 years ago
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
9 years ago
|
"auto-launch": "^2.1.0",
|
||
9 years ago
|
"electron-window-state": "^3.0.3",
|
||
9 years ago
|
"firebase": "^3.0.5",
|
||
|
"firebase-token-generator": "^2.0.0"
|
||
9 years ago
|
}
|
||
9 years ago
|
}
|