Skip to content

Commit

Permalink
Added https node module
Browse files Browse the repository at this point in the history
  • Loading branch information
Lplenka committed Mar 18, 2017
1 parent d4d36d0 commit d84ada3
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./app/main",
"description": "Zulip Desktop App",
"license": "Apache-2.0",
"email":"<svnitakash@gmail.com>",
"email": "<svnitakash@gmail.com>",
"copyright": "©2016 Kandra Labs, Inc.",
"author": {
"name": "Akash Nimare",
Expand Down Expand Up @@ -39,14 +39,17 @@
"mac": {
"category": "public.app-category.productivity"
},
"linux" : {
"linux": {
"synopsis": "Zulip Desktop App",
"category": "",
"packageCategory": "GNOME;GTK;Network;InstantMessaging",
"description": "Zulip Desktop Client for Linux",
"target" : ["deb", "AppImage"],
"version" : "0.5.8",
"title" : "Zulip",
"target": [
"deb",
"AppImage"
],
"version": "0.5.8",
"title": "Zulip",
"license": "Apache-2.0",
"maintainer": "Akash Nimare <svnitakash@gmail.com>"
},
Expand Down Expand Up @@ -79,12 +82,12 @@
}
},
"keywords": [
"Zulip",
"Group Chat app",
"electron-app",
"electron",
"Desktop app",
"InstantMessaging"
"Zulip",
"Group Chat app",
"electron-app",
"electron",
"Desktop app",
"InstantMessaging"
],
"devDependencies": {
"assert": "^1.4.1",
Expand All @@ -110,7 +113,7 @@
"no-warning-comments": 0,
"no-else-return": 0,
"import/no-unresolved": 0,
"import/no-extraneous-dependencies":0
"import/no-extraneous-dependencies": 0
}
}
],
Expand All @@ -123,5 +126,8 @@
"browser",
"mocha"
]
},
"dependencies": {
"https": "^1.0.0"
}
}

0 comments on commit d84ada3

Please sign in to comment.