{
  "name": "ibapi",
  "version": "2.6.2",
  "description": "Interactive Brokers API addon for NodeJS ",
  "main": "ibapi.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "preinstall": "sh preinstall.sh",
    "install": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlord.com/r/~dchem/node-ibapi-addon.git"
  },
  "dependencies": {
    "async": "^2.6.1",
    "limiter": "^1.1.3",
    "node-gyp": "^5.0.1"
  },
  "keywords": [
    "interactive",
    "brokers",
    "tws",
    "twsapi",
    "ib",
    "finance",
    "stock",
    "bond",
    "option",
    "forex",
    "future",
    "ticker",
    "symbol",
    "quote",
    "market",
    "data",
    "automated",
    "invest",
    "trade",
    "trading",
    "system",
    "api",
    "client",
    "library"
  ],
  "author": {
    "name": "Jae Yang",
    "email": "dchem@gitlord.com"
  },
  "contributors": [
    {
      "name": "Amit Miran"
    }
  ],
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://gitlord.com/tickets/~dchem%2Fnode-ibapi-addon.git?status=new&status=open"
  },
  "devDependencies": {}
}
