UNPKG

961 BJSONView Raw
1{
2 "name": "@owstack/key-lib",
3 "version": "0.0.38",
4 "description": "A JavaScript cryptocurrency key library.",
5 "main": "index.js",
6 "scripts": {
7 "lint": "gulp lint",
8 "test": "gulp test",
9 "coverage": "gulp coverage",
10 "build": "gulp"
11 },
12 "keywords": [
13 "transaction",
14 "address",
15 "p2p",
16 "ecies",
17 "cryptocurrency",
18 "blockchain",
19 "payment",
20 "bip21",
21 "bip32",
22 "bip37",
23 "bip44",
24 "bip69",
25 "bip70",
26 "multisig"
27 ],
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/owstack/key-lib.git"
31 },
32 "browser": {
33 "request": "browser-request"
34 },
35 "dependencies": {
36 "@owstack/network-lib": "^0.0.27",
37 "@owstack/ows-common": "^0.0.17",
38 "acorn": "^6.0.7",
39 "elliptic": "=6.4.1"
40 },
41 "devDependencies": {
42 "@owstack/ows-build": "0.0.12",
43 "brfs": "^1.2.0",
44 "chai": "^1.10.0",
45 "gulp": "^3.8.10",
46 "sinon": "^1.13.0"
47 },
48 "license": "MIT"
49}