-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "dharma-max-ltv",
"version": "1.0.4",
"description": "Extends Dharma Protocol with contracts for Max-LTV loans",
"main": "index.js",
"repository": "https://github.com/dharmaprotocol/experimental.git",
"author": "Dharma Labs",
"license": "MIT",
"dependencies": {
"@types/bignumber.js": "^5.0.0",
"@types/chai": "^4.1.6",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^5.2.5",
"abi-decoder": "^1.2.0",
"bignumber.js": "^5.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dharma-address-book": "^1.0.6",
"dharma-chain": "^1.0.19",
"dharma-contract-artifacts": "^1.0.4",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"single-line-string": "^0.0.2",
"solc": "^0.4.25",
"truffle": "^4.1.14",
"truffle-hdwallet-provider": "^0.0.6",
"typescript": "^3.1.2",
"web3": "1.0.0-beta.36",
"zeppelin-solidity": "^1.12.0"
},
"scripts": {
"compile": "truffle compile",
"chain": "dharma-chain",
"build": "tsc",
"test": "tsc && truffle test"
}
}