{
  "name": "bitdo",
  "version": "0.1.11",
  "description": "A cryptocurrency order-rule executor",
  "repository": "zix99/bitdo",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev": "nodemon index.js",
    "lint": "eslint .",
    "release": "npm version patch && git push --tags && npm publish",
    "postinstall": "./scripts/postinstall.sh"
  },
  "bin": {
    "bitdo": "./index.js"
  },
  "keywords": [
    "cryptocurrency",
    "gdax",
    "bot"
  ],
  "author": "Chris LaPointe",
  "license": "MIT",
  "dependencies": {
    "blessed": "^0.1.81",
    "blessed-contrib": "^4.8.5",
    "bluebird": "^3.5.0",
    "chalk": "^2.1.0",
    "js-yaml": "^3.10.0",
    "memoizee": "^0.4.11",
    "moment": "^2.18.1",
    "numeral": "^2.0.6",
    "sequelize": "^4.8.3",
    "sqlite3": "^3.1.11",
    "winston": "^2.3.1",
    "yargs": "^8.0.2"
  },
  "devDependencies": {
    "eslint": "^4.5.0",
    "eslint-config-airbnb-base": "^11.3.2",
    "eslint-plugin-import": "^2.7.0",
    "nodemon": "^1.12.0"
  }
}
