Minor updates

This commit is contained in:
akashnimare
2016-06-14 18:49:53 +05:30
parent f29c09ea72
commit a5c7f5a3c0
2 changed files with 16 additions and 1 deletions

View File

@@ -1 +1,5 @@
Zulip Desktop Client
#Installation
> npm install
> npm start

View File

@@ -4,7 +4,13 @@
"version": "0.0.1",
"description": "Zulip Desktop App",
"license": "MIT",
"repository": "https://github.com/akashnimare/zulip-desktop",
"repository": {
"type": "git",
"url": "https://github.com/akashnimare/zulip-desktop.git"
},
"bugs": {
"url": "https://github.com/akashnimare/zulip-desktop/issues"
},
"author": {
"name": "Akash Nimare",
"email": "svnitakash@gmail.com",
@@ -16,6 +22,11 @@
"start": "electron .",
"build": "electron-packager . --out=dist --app-version=$npm_package_version --prune --asar --overwrite --all"
},
"linuxPackageInfo": {
"categories": "Chat;GTK;InstantMessaging;GNOME",
"genericName": "Zulip Desktop Client for Linux",
"section": "misc"
},
"keywords": [
"Zulip",
"Group Chat app",