-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "multi_messenger",
"version": "1.0.0",
"description": "A multi messenger desktop application",
"main": "sources/main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . Multi_Messenger --ignore=node_modules/electron-* --platform=darwin --arch=x64 --version=0.27.2 && cp assets/logo.icns Multi_Messenger-darwin-x64/Multi_Messenger.app/Contents/Resources/atom.icns",
"buildwin": "electron-packager . Multi_Messenger --ignore=node_modules/electron-* --platform=win32 --arch=ia32 --version=0.30.0 && cp assets/logo.icns Multi_Messenger-darwin-x64/Multi_Messenger.app/Contents/Resources/atom.icns"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ale-batt/multi_messenger"
},
"keywords": [
"Messenger",
"What's App",
"Facebook",
"Slack",
"multi Messenger"
],
"author": "ale-batt",
"license": "MIT",
"bugs": {
"url": "https://github.com/ale-batt/multi_messenger/issues"
},
"homepage": "https://github.com/ale-batt/multi_messenger#readme",
"devDependencies": {
"electron-packager": "^5.1.1",
"electron-prebuilt": "^0.34.0"
}
}