-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 960 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
{
"name": "nyc-paper-wallet-redux",
"version": "1.4.0",
"description": "A paper wallet generator with BIP38 password encryption for NYC.",
"main": "main.js",
"build": {
"appId": "xyz.newyorkcoin.address",
"mac": {
"category": "finance"
}
},
"repository": "https://github.com/NewYorkCoinNYC/NYC_Paper_Wallet_Redux",
"keywords": [
"NewYorkCoin",
"NYCOIN",
"Paper Wallet",
"Cryptocurrency",
"Bitcoin"
],
"author": "CryptoLover705",
"license": "CC0-1.0",
"devDependencies": {
"aes": "^0.1.0",
"bip38": "https://github.com/craigmacgregor/bip38/tarball/8e11c7da1d4df8a80b5aa32ed1457e474d911f20",
"browserify": "^16.2.3",
"coinkey": "^3.0.0",
"decompress-zip": ">=0.3.2",
"electron": "^11.5.0",
"electron-packager": "^12.2.0",
"minimist": ">=1.2.3",
"qrcode-generator": "^1.4.1",
"secure-random": "^1.1.1",
"wif": "^2.0.6",
"yargs-parser": ">=13.1.2"
}
}