UNPKG

ib

Version:

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

63 lines (62 loc) 1.21 kB
{ "name": "ib", "description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js", "version": "0.2.9", "license": "MIT", "author": { "name": "Pilwon Huh", "email": "pilwon@gmail.com" }, "homepage": "https://github.com/pilwon/node-ib", "repository": { "type": "git", "url": "git://github.com/pilwon/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" } }