Форк Rambox
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
735 B

{
"name": "Rambox",
"version": "0.2.0",
"description": "Free and Open Source messaging and emailing app that combines common web applications into one.",
"main": "electron_main.js",
"scripts": {
"start": "electron 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": "MIT",
"bugs": {
"url": "https://github.com/saenzramiro/rambox/issues"
},
"homepage": "https://github.com/saenzramiro/rambox#readme",
"devDependencies": {
"electron-prebuilt": "^0.37.8"
}
}