Updated repo url to zulip-electron

For now we don't need to include author and linux package info.
This commit is contained in:
Akash Nimare
2016-06-18 04:51:34 +05:30
committed by GitHub
parent 59ff74e464
commit 70b42223a6

View File

@@ -6,15 +6,10 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/akashnimare/zulip-desktop.git" "url": "https://github.com/zulip/zulip-electron.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/akashnimare/zulip-desktop/issues" "url": "https://github.com/zulip/zulip-electron/issues"
},
"author": {
"name": "Akash Nimare",
"email": "svnitakash@gmail.com",
"url": "http://akashnimare.in"
}, },
"main": "app/index.js", "main": "app/index.js",
"scripts": { "scripts": {
@@ -22,15 +17,9 @@
"start": "electron .", "start": "electron .",
"build": "electron-packager . --out=dist --app-version=$npm_package_version --prune --asar --overwrite --all" "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": [ "keywords": [
"Zulip", "Zulip",
"Group Chat app", "Group Chat app",
"Dropbox",
"electron-app", "electron-app",
"electron" "electron"
], ],
@@ -39,9 +28,9 @@
"electron-dl": "^0.2.0" "electron-dl": "^0.2.0"
}, },
"devDependencies": { "devDependencies": {
"devtron": "^1.1.0",
"electron-packager": "^7.0.0", "electron-packager": "^7.0.0",
"electron-prebuilt": "^1.2.2", "electron-prebuilt": "^1.2.2",
"devtron": "^1.1.0",
"xo": "*" "xo": "*"
}, },
"xo": { "xo": {