forked from web3space/web3t
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.65 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
51
52
53
54
55
56
57
58
{
"author": {
"name": "Andrey Stehno <a.stegno@gmail.com>"
},
"bugs": {
"url": "https://github.com/web3space/web3t/issues"
},
"bundleDependencies": false,
"dependencies": {
"bitcoinjs-lib": "3.3.2",
"blockstarter-ripple": "0.0.4",
"browserify-livescript": "^0.2.4",
"bs58": "^4.0.1",
"eosjs": "16.0.9",
"eosjs-node-cli": "0.1.1",
"ethereumjs-tx": "1.3.7",
"ethereumjs-util": "5.2.0",
"ethers": "^4.0.28",
"liqpay-sdk": "^3.2.0",
"moment": "2.22.2",
"nem-sdk": "1.6.7",
"node-qiwi-api": "^1.1.1",
"prelude-ls": "1.1.2",
"proof-of-work": "^3.3.2",
"qs": "6.5.2",
"require-ls": "0.0.8",
"ripple-keypairs": "^0.11.0",
"sha3": "^2.0.4",
"stellar-hd-wallet": "0.0.9",
"stellar-sdk": "^0.13.0",
"superagent": "4.0.0-beta.5",
"superagent-proxy": "^2.0.0",
"web3": "0.20.1",
"yandex-money-sdk": "^0.1.7"
},
"deprecated": false,
"description": "Unified Open Source Coin Registry (Same interface for all possible coins, tokens)",
"homepage": "https://github.com/ethnamed/web3t#readme",
"keywords": [
"crypto",
"standard",
"ethnamed"
],
"license": "ISC",
"main": "index.js",
"name": "web3t",
"repository": {
"type": "git",
"url": "git+https://github.com/ethnamed/web3t.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev-setup": "npm i browserify browserify-livescript -g",
"mobile1": "browserify --s module -d -t browserify-livescript index.ls > ./web3t.js",
"mobile2": "browserify --s module -d -t browserify-livescript ./mobile/index.ls > ./mobile/web3t.js"
},
"version": "0.5.3"
}