-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
package.json
53 lines (53 loc) · 1.11 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
{
"name": "bitcore-mnemonic",
"version": "10.5.3",
"description": "BIP39 Mnemonics implemented for Bitcore.",
"author": "BitPay <[email protected]>",
"main": "index.js",
"scripts": {
"test": "gulp test",
"test:ci": "npm run test",
"coverage": "gulp coverage",
"build": "gulp",
"pub": "npm run build && npm publish"
},
"contributors": [
{
"name": "Yemel Jardi",
"email": "[email protected]"
},
{
"name": "Matias Alejo Garcia",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore-mnemonic.git"
},
"keywords": [
"bitcoin",
"bitcore",
"mnemonic",
"crypto",
"cryptography",
"encryption"
],
"license": "MIT",
"devDependencies": {
"assert": "^1.4.1",
"bitcore-build": "^10.5.3",
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"mocha": "^5.2.0"
},
"dependencies": {
"bitcore-lib": "^10.5.3",
"unorm": "^1.4.1"
},
"peerDependencies": {
"bitcore-lib": "*"
},
"gitHead": "012cc0216a9bc6b195035855bd17149bad41acd1"
}