{
  "name": "rico-core",
  "version": "0.9.3-commit.18cf63c",
  "description": "The Responsible Initial Coin Offering",
  "main": "truffle.js",
  "directories": {
    "test": "test"
  },
  "bin": {
    "rico": "./index.js"
  },
  "scripts": {
    "test": "truffle test",
    "console": "truffle console"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DRI-project/RICO.git"
  },
  "author": "Yusaku Senga",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/DRI-project/RICO/issues"
  },
  "homepage": "https://github.com/DRI-project/RICO#readme",
  "dependencies": {
    "commander": "^2.12.2",
    "copy-dir": "^0.3.0",
    "mkdirp": "^0.5.1"
  },
  "devDependencies": {
    "ganache-cli": "^6.0.3",
    "truffle": "4.0.1",
    "truffle-hdwallet-provider": "0.0.3"
  }
}
