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.
41 lines
884 B
41 lines
884 B
9 years ago
|
{
|
||
9 years ago
|
"name": "Rambox",
|
||
9 years ago
|
"productName": "Rambox",
|
||
9 years ago
|
"version": "0.4.2",
|
||
9 years ago
|
"description": "Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.",
|
||
9 years ago
|
"main": "electron/main.js",
|
||
|
"private": true,
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
9 years ago
|
"url": "https://github.com/saenzramiro/rambox.git"
|
||
9 years ago
|
},
|
||
9 years ago
|
"bugs": {
|
||
|
"url": "https://github.com/saenzramiro/rambox/issues"
|
||
|
},
|
||
|
"homepage": "http://rambox.pro",
|
||
9 years ago
|
"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": "4.0.0",
|
||
9 years ago
|
"firebase": "^3.0.5",
|
||
9 years ago
|
"firebase-token-generator": "^2.0.0",
|
||
|
"tmp": "0.0.28",
|
||
9 years ago
|
"mime": "^1.3.4",
|
||
9 years ago
|
"electron-is-dev": "^0.1.1",
|
||
|
"electron-config": "0.2.1"
|
||
9 years ago
|
}
|
||
9 years ago
|
}
|