-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 947 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 947 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
40
41
42
{
"name": "@owstack/credentials-lib",
"version": "0.0.37",
"description": "A JavaScript cryptocurrency credentials library.",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp"
},
"keywords": [
"cryptocurrency",
"blockchain",
"wallet",
"bip44"
],
"repository": {
"type": "git",
"url": "https://github.com/owstack/credentials-lib.git"
},
"browser": {
"request": "browser-request"
},
"dependencies": {
"@owstack/key-lib": "^0.0.41",
"@owstack/mnemonic-lib": "^0.0.30",
"@owstack/network-lib": "^0.0.31",
"@owstack/ows-common": "^0.0.17",
"acorn": "^6.0.4",
"preconditions": "^1.0.8",
"sjcl": "1.0.3"
},
"devDependencies": {
"@owstack/ows-build": "^0.0.12",
"brfs": "^1.2.0",
"chai": "^1.10.0",
"gulp": "^3.8.10",
"sinon": "^1.13.0"
},
"license": "MIT"
}