forked from SuperNETorg/Agama
-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
77 lines (77 loc) · 2.55 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": "Agama",
"productName": "Agama",
"version": "0.3.6",
"description": "Agama Wallet Desktop App",
"main": "main.js",
"scripts": {
"start": "cross-env NODE_ENV=development electron .",
"make-patch": "./make-patch.sh",
"make-rpm": "node make-rpm.js",
"make-deb": "node make-deb.js",
"update-agamalib": "rm -rf node_modules/agama-wallet-lib/ && npm install",
"postinstall": "node postinstall.js"
},
"repository": "https://github.com/KomodoPlatform/Agama/",
"homepage": "http://komodoplatform.com",
"keywords": [
"agama",
"SuperNET",
"komodo",
"multicoin",
"wallet",
"spv"
],
"author": {
"name": "Komodo Platform Team",
"email": "[email protected]",
"url": "https://komodoplatform.com"
},
"license": "MIT",
"devDependencies": {
"cross-env": "^5.2.0",
"electron": "4.1.1",
"electron-builder": "^20.40.2",
"electron-devtools-installer": "^2.2.4"
},
"dependencies": {
"adm-zip": "^0.4.7",
"agama-wallet-lib": "git+https://github.com/pbca26/agama-wallet-lib.git#dev",
"arch": "^2.1.0",
"async": "^2.6.2",
"bigi": "^1.4.2",
"bip39": "^2.6.0",
"bitcoinforksjs-lib": "git+https://github.com/SuperNETorg/bitcoinjs-lib.git#opt-in-bitcoincash-sighash",
"bitcoinjs-lib": "git+https://github.com/SuperNETorg/bitcoinjs-lib.git",
"bitcoinjs-lib-pos": "git+https://github.com/KomodoPlatform/bitcoinjs-lib-pos.git",
"bitcoinjs-lib-zcash": "git+https://github.com/pbca26/bitcoinjs-lib.git#zcash",
"bitgo-utxo-lib": "git+https://github.com/pbca26/bitgo-utxo-lib.git",
"bitgo-utxo-lib-groestl": "git+https://github.com/SuperNETorg/bitgo-utxo-lib.git",
"body-parser": "^1.19.0",
"buffer-reverse": "^1.0.1",
"coinselect": "github:bitcoinjs/coinselect",
"create-hash": "git+https://github.com/pbca26/createHash.git#electron-v4",
"cross-spawn": "^6.0.5",
"ethereumjs-util": "^6.1.0",
"ethers": "git+https://github.com/pbca26/ethers.js.git",
"express": "^4.14.0",
"fix-path": "^2.1.0",
"fs-extra": "^7.0.0",
"graceful-fs": "^4.1.11",
"hoek": "^5.0.4",
"iocane": "^1.0.0",
"js-sha256": "^0.7.1",
"nodejs-aes256": "^1.0.1",
"passwd-strength": "git+https://github.com/pbca26/passwd-strength.git",
"portscanner": "^2.1.1",
"ps-node": "^0.1.5",
"remote-file-size": "^3.0.5",
"request": "^2.88.0",
"semver-compare": "^1.0.0",
"sha256": "^0.2.0",
"socket.io": "^2.1.1",
"tx-decoder": "git+https://github.com/pbca26/tx-decoder.git",
"wif": "^2.0.6",
"winston": "^3.2.1"
}
}