UNPKG

@fantasia949/ib

Version:

Interactive Brokers TWS (or IB Gateway) API client library for Node.js

67 lines (66 loc) 1.35 kB
{ "name": "@fantasia949/ib", "description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js", "version": "0.3.26", "license": "MIT", "author": "trung <fantasia949@gmail.com>", "homepage": "https://github.com/fantasia949/node-ib", "repository": { "type": "git", "url": "git://github.com/fantasia949/node-ib.git" }, "keywords": [ "interactive", "brokers", "tws", "twsapi", "ib", "gateway", "finance", "stock", "bond", "option", "forex", "future", "ticker", "symbol", "quote", "market", "data", "automated", "invest", "trade", "trading", "system", "api", "client", "library" ], "main": "lib/index.js", "dependencies": { "command-buffer": "^0.1.0", "function-rate-limit": "^1.1.0", "lodash": "^4.17.10" }, "devDependencies": { "chalk": "^2.3.0", "grunt": "^1.0.3", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-watch": "^1.1.0", "grunt-mocha-test": "^0.13.3", "matchdep": "^2.0.0", "mocha": "^4.1.0", "moment": "^2.20.1" }, "scripts": { "prepare": "npm prune", "test": "grunt test" }, "bugs": { "url": "https://github.com/fantasia949/node-ib/issues" }, "directories": { "example": "examples", "lib": "lib" } }