Files
zulip-desktop/app/package.json
Akash Nimare 531973194c Use stable module version
Using stable version of node modules. 
Using '*' or 'latest' in node modules version could cause unexpected results and could break your code.
2017-01-03 15:14:56 +05:30

42 lines
968 B
JSON

{
"name": "zulip",
"productName": "Zulip",
"version": "0.5.4",
"description": "Zulip Desktop App",
"license": "Apache-2.0",
"email":"<svnitakash@gmail.com>",
"copyright": "©2016 Kandra Labs, Inc.",
"author": {
"name": "Akash Nimare",
"email": "svnitakash@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/zulip/zulip-electron.git"
},
"bugs": {
"url": "https://github.com/zulip/zulip-electron/issues"
},
"main": "main/index.js",
"keywords": [
"Zulip",
"Group Chat app",
"electron-app",
"electron",
"Desktop app",
"InstantMessaging"
],
"dependencies": {
"electron-is-dev": "0.1.2",
"electron-squirrel-startup": "1.0.0",
"configstore": "2.1.0",
"dialogs": "1.1.14",
"electron-debug": "1.1.0",
"electron-localshortcut": "0.6.1",
"node-json-db": "0.7.3",
"request": "2.79.0",
"electron-spellchecker": "0.7.0",
"wurl": "2.1.0"
}
}