forked from kevinejohn/bitcoin-encrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 717 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 717 Bytes
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
{
"name": "bitcoin-encrypt",
"version": "1.0.2",
"description": "Using Bitcoin address key pairs for encrypted messaging",
"main": "index.js",
"homepage": "https://github.com/kevinejohn/bitcoin-encrypt/",
"scripts": {
"test": "node ./tests/index.js"
},
"keywords": [
"bitcoin",
"messaging",
"encrypt",
"encrypted",
"encryption",
"crypto",
"cryptography",
"bitcore",
"bcoin",
"address",
"decrypt",
"private",
"key",
"public",
"btc",
"bch",
"private-keys"
],
"author": "Kevin Johnson (KevinEJohn)",
"license": "MIT",
"dependencies": {
"crypto-browserify": "3.12.0"
},
"devDependencies": {
"bsv": "^1.5.3"
}
}