forked from kryptokrona/hugin-messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.23 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "hugin-messenger",
"productName": "HuginMessenger",
"version": "0.3.4",
"description": "A messenger app built on top of the kryptokrona blockchain",
"main": "main.js",
"repository": "https://github.com/kryptokrona/hugin-messenger",
"scripts": {
"start": "electron .",
"dist-win": "./node_modules/.bin/electron-builder --x64 --win -c.extraResources=./bin/kryptokrona-service.exe -p always",
"dist-lin": "./node_modules/.bin/electron-builder --x64 --linux -c.extraResources=./bin/kryptokrona-service",
"dist-mac": "./node_modules/.bin/electron-builder --x64 --mac -c.extraResources=./bin/kryptokrona-service -p always",
"publish": " ./node_modules/.bin/electron-builder -p always"
},
"build": {
"publish": [
{
"provider": "github",
"owner": "kryptokrona",
"repo": "hugin-messenger"
}
],
"mac": {
"asarUnpack": "./node_modules/node-notifier/vendor/**"
}
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "kryptokrona ",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^8.2.5",
"electron-builder": "^22.1.0"
},
"dependencies": {
"@joeattardi/emoji-button": "^4.1.0",
"app-root-dir": "^1.0.2",
"auto-launch": "^5.0.5",
"bigintjs": "^0.3.5",
"child_process": "^1.0.2",
"copy-to-clipboard": "^3.2.0",
"electron-context-menu": "^2.4.0",
"electron-fetch": "^1.7.3",
"electron-is-dev": "^1.2.0",
"electron-log": "^2.2.17",
"electron-prompt": "^1.6.1",
"electron-settings": "^3.1.4",
"electron-updater": "^4.1.2",
"fs": "0.0.1-security",
"identicon.js": "^2.3.2",
"int-encoder": "^1.1.1",
"int-to-rgb": "^1.0.0",
"jayson": "^2.0.5",
"jquery": "^3.3.1",
"kryptokrona-service-rpc-js": "0.0.3",
"kryptokrona-utils": "^1.3.0",
"kryptokrona-wallet-backend-js": "^2.3.0",
"md5": "^2.2.1",
"moment": "^2.22.2",
"nedb": "^1.8.0",
"node-fetch": "^2.6.1",
"node-notifier": "^8.0.1",
"openalias": "^1.0.0",
"play-sound": "^1.1.3",
"simple-peer": "^9.7.2",
"tweetnacl": "^1.0.1",
"tweetnacl-util": "^0.15.0",
"webtorrent": "^0.108.1",
"write": "^1.0.3",
"xhr": "^2.4.1"
}
}