{
  "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.2",
    "lodash": "^4.17.11",
    "moment": "^2.22.2",
    "single-line-string": "^0.0.2",
    "solc": "^0.4.25",
    "truffle": "^4.1.14",
    "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"
  }
}
