-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 806 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 806 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
38
39
{
"name": "@owstack/mnemonic-lib",
"version": "0.0.30",
"description": "BIP39 Mnemonics support.",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/owstack/mnemonic-lib.git"
},
"keywords": [
"bitcoin",
"btc",
"mnemonic",
"crypto",
"cryptography",
"encryption"
],
"dependencies": {
"@owstack/key-lib": "^0.0.41",
"@owstack/ows-common": "^0.0.17",
"acorn": "^6.1.1",
"unorm": "^1.3.3"
},
"devDependencies": {
"@owstack/ows-build": "^0.0.12",
"assert": "^1.1.2",
"brfs": "^1.2.0",
"chai": "^1.10.0",
"gulp": "^3.8.10",
"mocha": "^2.2.5"
},
"license": "MIT"
}