-
Notifications
You must be signed in to change notification settings - Fork 167
/
package.json
192 lines (192 loc) · 6.83 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"name": "obyte",
"description": "Unstoppable money",
"author": "Obyte",
"version": "5.0.0",
"keywords": [
"wallet",
"obyte",
"byteball",
"DAG",
"decentralized",
"multisignature",
"bitcoin"
],
"main": "main.js",
"webkit": {
"page-cache": false,
"java": false,
"plugin": false
},
"chromium-args": "--proxy-server=http://127.1.2.7 --password-store=basic --disable-password-generation",
"homepage": "https://github.com/byteball/obyte-gui-wallet",
"license": "MIT",
"repository": {
"url": "git://github.com/byteball/obyte-gui-wallet.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/byteball/obyte-gui-wallet/issues"
},
"browser": {
"request": "browser-request",
"secp256k1": "secp256k1/elliptic"
},
"scripts": {
"r": "electron .",
"start": "grunt && electron .",
"dist:macx64": "grunt prepare-dist && electron-builder --dir --x64 && grunt clean:mac && electron-builder --x64 --pd ../obytebuilds/mac",
"dist:macarm64": "grunt prepare-dist && electron-builder --dir --arm64 && grunt clean:mac && electron-builder --arm64 --pd ../obytebuilds/mac-arm64",
"dist:linuxarm64": "grunt prepare-dist && electron-builder --dir --arm64 && grunt clean:linux && electron-builder --arm64 --pd ../obytebuilds/linux-arm64-unpacked",
"dist:linuxx64": "grunt prepare-dist && electron-builder --dir --x64 && grunt clean:linux && electron-builder --x64 --pd ../obytebuilds/linux-unpacked",
"dist:winx64": "grunt prepare-dist && electron-builder --dir --x64 && grunt clean:win && electron-builder --x64 --pd ../obytebuilds/win-unpacked",
"test": "grunt test-coveralls"
},
"dependencies": {
"@bower_components/angular": "angular/bower-angular#1.8.2",
"@bower_components/angular-carousel": "byteball/angular-carousel#master",
"@bower_components/angular-elastic": "monospaced/angular-elastic#2",
"@bower_components/angular-foundation": "byteball/angular-foundation#*",
"@bower_components/angular-gettext": "rubenv/angular-gettext#2",
"@bower_components/angular-moment": "urish/angular-moment#1",
"@bower_components/angular-qrcode": "monospaced/angular-qrcode#~6.0.3",
"@bower_components/angular-touch": "angular/bower-angular-touch#1.6.6",
"@bower_components/angular-ui-router": "angular-ui/angular-ui-router-bower#0.2",
"@bower_components/angular-ui-switch": "xpepermint/angular-ui-switch#0.1",
"@bower_components/animate.css": "daneden/animate.css#3",
"@bower_components/chart.js": "chartjs/Chart.js#^2.9.4",
"@bower_components/chartjs-plugin-datalabels": "chartjs/chartjs-plugin-datalabels#^1.0.0",
"@bower_components/fastclick": "ftlabs/fastclick#1",
"@bower_components/foundation": "zurb/bower-foundation#5",
"@bower_components/foundation-icon-fonts": "zurb/foundation-icon-fonts#*",
"@bower_components/jquery": "jquery/jquery-dist#>=1.2",
"@bower_components/jquery-placeholder": "mathiasbynens/jquery-placeholder#~2.0.7",
"@bower_components/jquery.cookie": "carhartl/jquery-cookie#~1.4.0",
"@bower_components/markdown-it": "markdown-it/markdown-it#^8.4.2",
"@bower_components/modernizr": "Modernizr/Modernizr#2.8.3",
"@bower_components/moment": "moment/moment#>=2.19.3 <3.0.0",
"@bower_components/ng-lodash": "rockabox/ng-lodash#0.5",
"@bower_components/qrcode-decoder-js": "colkito/qrcode-decoder-js#*",
"@bower_components/qrcode-generator": "https://github.com/monospaced/bower-qrcode-generator.git#0.2.0",
"@bower_components/ui-router-extras": "christopherthielen/ui-router-extras#0.1",
"async": "^2.6.1",
"bip38": "^1.4.0",
"bitcore-lib": "^0.13.14",
"bitcore-mnemonic": "~1.0.0",
"electron-windows-badge": "^1.1.0",
"jszip": "^3.1.3",
"lodash": "^4.6.1",
"moment": "npm:dayjs",
"ocore": "https://github.com/byteball/ocore.git",
"preconditions": "^1.0.8",
"qrcode-generator": "https://github.com/monospaced/bower-qrcode-generator.git#0.2.0",
"secp256k1": "^4",
"shelljs": "^0.3.0",
"sjcl": "^1.0.2",
"unzip": "https://github.com/byteball/unzip.git",
"zip": "https://github.com/xJeneKx/zip.git"
},
"optionalDependencies": {},
"build": {
"appId": "org.obyte.wallet",
"productName": "Obyte",
"directories": {
"buildResources": "webkitbuilds",
"output": "../obytebuilds"
},
"asar": false,
"npmRebuild": false,
"files": [
"./package.json",
"./main.js",
"./public/**/*",
"./angular-bitcore-wallet-client/**/*",
"node_modules/**/*",
"!**/@bower_components/**",
"!**/grunt*/**",
"!**/browserify*/**",
"!**/7zip-*/**",
"!**/node-gyp/**",
"!**/acorn*/**",
"!**/@babel/**",
"!**/babel-*/**",
"!**/sqlite3/!(lib|build|package.json)/**",
"!**/secp256k1/build/Release/obj*/**",
"!**/rocksdb/deps/**",
"!**/*.pdb"
],
"protocols": [
{
"name": "Obyte URL",
"schemes": [
"obyte",
"byteball"
]
}
],
"fileAssociations": [
{
"ext": "coin",
"name": "Coin",
"description": "Obyte Private Coin",
"mimeType": "application/x-obyte"
}
],
"mac": {
"icon": "./public/img/icons/logo-circle.icns",
"identity": "Matrix Platform LLC",
"entitlements": "./webkitbuilds/app.entitlements",
"files": [
"./package.json",
"./main.js",
"./public/**/*",
"./angular-bitcore-wallet-client/**/*",
"node_modules/**/*",
"!**/@bower_components/**",
"!**/grunt*/**",
"!**/browserify*/**",
"!**/7zip-*/**",
"!**/node-gyp/**",
"!**/acorn*/**",
"!**/@babel/**",
"!**/babel-*/**",
"!**/sqlite3/!(lib|build|package.json)/**",
"!**/secp256k1/build/Release/obj*/**",
"!**/rocksdb/deps/**",
"!**/*.pdb",
"!node_modules/rocksdb/prebuilds/!(darwin)-*/**"
],
"target": "dmg"
},
"win": {
"icon": "./public/img/icons/logo-circle-256.png"
},
"linux": {
"target": "AppImage",
"category": "Office;Finance;",
"executableName": "Obyte",
"icon": "./public/img/icons/logo-circle.icns"
}
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"electron": "^28.2.0",
"electron-builder": "^24.9.1",
"grunt": "1.0.4",
"grunt-angular-gettext": "2.2.3",
"grunt-babel": "^8.0.0",
"grunt-browserify": "=5.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.0",
"innosetup-compiler": "^5.5.9"
},
"resolutions": {
"moment": "npm:dayjs",
"qrcode-generator": "https://github.com/monospaced/bower-qrcode-generator.git#v0.2.0"
}
}