{
  "name": "@open-bucket/daemon",
  "version": "0.0.22",
  "description": "The Deamon provides core functionality to Open Bucket network",
  "main": "./dist/index.js",
  "bin": {
    "obn": "./dist/bin/obn.js"
  },
  "preferGlobal": true,
  "scripts": {
    "build": "babel src -d dist",
    "prepublish": "npm run build",
    "test": "npm run lint && jest",
    "lint": "eslint .",
    "watch": "babel src -d dist -w",
    "cli": "chmod +x ./dist/bin/* && ./dist/bin/obn.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/open-bucket/daemon.git"
  },
  "bugs": {
    "url": "https://github.com/open-bucket/tracker/issues"
  },
  "homepage": "https://github.com/open-bucket/tracker#readme",
  "author": "open-bucket",
  "license": "MIT",
  "dependencies": {
    "@open-bucket/contracts": "0.0.17",
    "axios": "^0.18.0",
    "bignumber.js": "^7.2.1",
    "bluebird": "^3.5.1",
    "bytes": "^3.0.0",
    "chokidar": "^2.0.3",
    "commander": "^2.15.1",
    "debug": "^3.1.0",
    "folktale": "^2.1.0",
    "form-data": "^2.3.2",
    "inquirer": "^5.2.0",
    "keymirror": "^0.1.1",
    "mkdirp-promise": "^5.0.1",
    "ora": "^2.1.0",
    "querystring": "^0.2.0",
    "ramda": "^0.25.0",
    "shelljs": "^0.8.2",
    "sillyname": "^0.1.0",
    "uuid": "^3.2.1",
    "webtorrent": "^0.100.0",
    "ws": "^5.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.3",
    "babel-plugin-transform-function-bind": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-jest": "^21.15.1",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-standard": "^3.1.0",
    "jest": "^22.4.3",
    "memorystream": "^0.3.1"
  }
}
