linuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacos
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.
36 lines
715 B
36 lines
715 B
9 years ago
|
{
|
||
|
"name": "Rambox",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Free messaging app that combines chat and messaging common services into one application.",
|
||
|
"main": "main.js",
|
||
|
"scripts": {
|
||
|
"start": "electron main.js"
|
||
|
},
|
||
|
"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": "CC0-1.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/saenzramiro/rambox/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/saenzramiro/rambox#readme",
|
||
|
"devDependencies": {
|
||
|
"electron-prebuilt": "^0.37.8"
|
||
|
}
|
||
|
}
|