forked from irisnet/irisnet-crypto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.26 KB
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
{
"name": "irisnet-crypto",
"version": "1.3.3",
"description": "irisnet-crypto",
"main": "index.js",
"scripts": {
"test": "mocha test/{test_tx_cosmos,test_hash_cosmos,test_hash_iris,test_account}.js --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/irisnet/irisnet-crypto.git"
},
"keywords": [
"cosmos",
"javascript",
"crypto",
"blockChain"
],
"author": "Wenxi Cheng <vincent@bianjie.ai>",
"license": "ISC",
"bugs": {
"url": "https://github.com/irisnet/irisnet-crypto/issues"
},
"homepage": "https://github.com/irisnet/irisnet-crypto#readme",
"dependencies": {
"base64-node": "^1.0.0",
"bech32": "^1.1.3",
"bignumber.js": "^5.0.0",
"bip39": "^2.5.0",
"bn": "git+https://github.com/shineabel/bn.git",
"create-hmac": "^1.1.7",
"ethereumjs-tx": "^1.3.0",
"ethereumjs-util": "^5.1.2",
"old": "^0.2.0",
"randombytes": "^2.0.6",
"ripemd160": "^2.0.1",
"secp256k1": "3.5.0",
"sha256": "^0.2.0",
"text-encoding": "^0.7.0",
"protobufjs": "^6.8.8",
"crypto-browserify": "^3.12.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.1.0",
"sync-request": "^6.1.0",
"isomorphic-fetch": "^2.2.1"
}
}