forked from theQRL/electrify-qrl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 946 Bytes
/
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
{
"name": "@theqrl/electrify-qrl",
"version": "1.1.3",
"main": "lib/index.js",
"bin": {
"electrify": "bin/cli.js"
},
"engines": {
"node": "^14.0.0"
},
"files": [
"bin",
"lib",
"LICENCE",
"README.md",
"HISTORY.md"
],
"description": "Electron Packager for QRL-Wallet",
"author": "The QRL Team",
"license": "MIT",
"dependencies": {
"commander": "^2.10.0",
"electron": "^16.0.1",
"electron-packager": "^15.4.0",
"fs-extra": "^4.0.0",
"lodash": "^4.17.21",
"plist": "^3.0.1",
"server-destroy": "^1.0.1",
"shelljs": "^0.7.8",
"sockjs": "^0.3.21"
},
"repository": {
"type": "git",
"url": "https://github.com/theQRL/electrify-qrl"
},
"keywords": [
"electron",
"meteor",
"packager",
"desktop"
],
"bugs": {
"url": "https://github.com/theQRL/electrify-qrl/issues"
},
"homepage": "https://github.com/theQRL/electrify-qrl"
}