slackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangouts
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.
31 lines
617 B
31 lines
617 B
{ |
|
"name": "Rambox", |
|
"productName": "Rambox", |
|
"version": "0.3.0", |
|
"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" |
|
], |
|
"author": "Ramiro Saenz", |
|
"license": "MIT", |
|
"dependencies": { |
|
"firebase": "^3.0.5", |
|
"firebase-token-generator": "^2.0.0" |
|
} |
|
}
|
|
|