mattermost-desktop/src/package.json
Yuya Ochiai e8590e61d5 Fix ApplicationUserModelID in the start menu shortcut
The application expected "com.squirrel.mattermost.Mattermost"
due to electron-winstaller. But probably the package name,
"mattermost-desktop" was used when creating the shortcut.

This might affect the internal name of .deb package.

Close #287
2016-09-17 00:03:14 +09:00

28 lines
685 B
JSON

{
"name": "mattermost",
"productName": "Mattermost",
"desktopName": "Mattermost.desktop",
"version": "3.4.0",
"description": "Mattermost Desktop application for Windows, Mac and Linux",
"main": "main.js",
"author": {
"name": "Yuya Ochiai",
"email": "yuya0321@gmail.com"
},
"license": "Apache-2.0",
"devDependencies": {
"electron-connect": "~0.3.9"
},
"dependencies": {
"auto-launch": "^4.0.1",
"bootstrap": "^3.3.7",
"electron-context-menu": "^0.5.0",
"electron-squirrel-startup": "^1.0.0",
"os-locale": "^1.4.0",
"react": "^15.3.0",
"react-bootstrap": "~0.29.0",
"react-dom": "^15.3.0",
"yargs": "^3.32.0"
}
}