Files
zulip-desktop/package.json
2016-06-14 19:28:41 +05:30

55 lines
1.2 KiB
JSON

{
"name": "Zulip-desktop",
"productName": "Zulip",
"version": "0.0.1",
"description": "Zulip Desktop App",
"license": "MIT",
"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",
"url": "http://akashnimare.in"
},
"main": "app/index.js",
"scripts": {
"test": "xo",
"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",
"Dropbox",
"electron-app",
"electron"
],
"dependencies": {
"electron-debug": "^1.0.0",
"electron-dl": "^0.2.0"
},
"devDependencies": {
"devtron": "^1.1.0",
"electron-packager": "^7.0.0",
"electron-prebuilt": "^1.2.2",
"xo": "*"
},
"xo": {
"esnext": true,
"envs": [
"node",
"browser"
]
}
}