{
  "name": "compound-pooling",
  "version": "1.0.2",
  "description": "Solidity contract for pooling compound tokens where a beneficiary has control of the interest earned",
  "scripts": {
    "test": "node_modules/.bin/truffle test",
    "compile": "node_modules/.bin/truffle compile"
  },
  "files": [
    "/contracts/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/flygoing/CompoundPool.git"
  },
  "keywords": [
    "solidity",
    "ethereum",
    "compound",
    "interest",
    "contracts"
  ],
  "author": "Nate Welch <nate@totle.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/flygoing/CompoundPool/issues"
  },
  "dependencies": {
    "openzeppelin-solidity": "^2.3.0"
  },
  "devDependencies": {
    "truffle": "^5.0.29"
  }
}
