-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.03 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "xlmaddgenbalance",
"version": "1.0.0",
"description": "Xlm Address Generator from Seed and then check balance",
"author": "Miguel Moreno",
"license": "ISC",
"homepage": "https://github.com/miguelmoreno/XlmAddGenBalance#readme",
"bugs": {
"url": "https://github.com/miguelmoreno/XlmAddGenBalance/issues"
},
"main": "lib/stellar-hd-wallet.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/miguelmoreno/XlmAddGenBalance.git"
},
"keywords": [
"SEP-0005",
"SLIP-0010",
"BIP-0039",
"BIP-0044",
"ed25519",
"stellar",
"cryptocurrencies",
"keys"
],
"scripts": {
"test": "mocha",
"debug": "node --nolazy --inspect-brk=9229 index.js",
"prepare": "./node_modules/.bin/babel src --out-dir lib"
},
"dependencies": {
"array-each": "^1.0.1",
"bip39": "^3.0.2",
"bip44-constants": "^8.0.9",
"bitcoinjs-lib": "^5.1.7",
"convert-array-to-csv": "^1.0.11",
"csv": "^5.3.2",
"csv-stringify": "^4.3.1",
"csv-writer": "^1.6.0",
"csvtojson": "^2.0.10",
"deasync": "^0.1.19",
"ed25519-hd-key": "^1.1.2",
"ed25519-wasm-pro": "^1.1.1",
"fast-csv": "^2.5.0",
"fs-extra": "^7.0.1",
"json-stable-stringify": "^1.0.1",
"json-stringify-safe": "^5.0.1",
"json2csv": "^4.5.4",
"json2csv-stream": "^0.1.4",
"jsonfile": "^5.0.0",
"load-json-file": "^5.3.0",
"lodash": "^4.17.15",
"minimist": "^1.2.5",
"minimist-options": "^3.0.2",
"objects-to-csv": "^1.3.6",
"objects-to-file": "^1.0.3",
"openpgp": "^4.10.2",
"replace-last": "^1.2.6",
"stellar-base": "^2.1.8",
"stellar-hd-wallet": "0.0.10",
"stream-transform": "^2.0.1",
"string-to-stream": "^1.1.1",
"stringify-object": "^3.3.0",
"write": "^1.0.3",
"write-json-file": "^3.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"mocha": "^5.2.0"
}
}