forked from Hsiang-xxs/via-issuer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 844 Bytes
/
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
{
"name": "Via digital currency",
"version": "0.1.0",
"description": "Issuer for the Via cash token and zero coupon bond token",
"repository": {
"type": "git",
"url": "git+https://github.com/verified-network/via-issuer.git"
},
"author": "Kallol Borah",
"license": "MIT",
"bugs": {
"url": "https://github.com/verified-network/via-issuer/issues"
},
"homepage": "https://github.com/verified-network/via-issuer/a#readme",
"dependencies": {
"@openzeppelin/contracts": "^2.5.0",
"@openzeppelin/contracts-ethereum-package": "^2.5.0",
"@openzeppelin/upgrades": "^2.8.0",
"@truffle/hdwallet-provider": "^1.0.40",
"abdk-libraries-solidity": "^2.3.0",
"ethereum-bridge": "0.6.2",
"openzeppelin-solidity": "^3.1.0",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "1.0.0-beta.36"
}
}