forked from heartofgold42/paper-wallet
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 870 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
{
"name": "Bulwark-Paper-Wallet",
"version": "1.4.0",
"description": "A paper wallet generator with BIP38 password encryption for Bulwark Cryptocurrency.",
"main": "main.js",
"build": {
"appId": "org.bulwark.paper",
"mac": {
"category": "finance"
}
},
"repository": "https://github.com/bulwark-crypto/bwk-paper-wallet",
"keywords": [
"BWK Coin",
"Bulwark",
"Paper Wallet",
"Cryptocurrency",
"Bitcoin"
],
"author": "bulwark-crypto",
"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",
"electron": "^3.0.7",
"electron-packager": "^12.2.0",
"qrcode-generator": "^1.4.1",
"secure-random": "^1.1.1",
"wif": "^2.0.6"
}
}