UNPKG

limit-order-book

Version:

Order book supporting limit and market orders

27 lines (26 loc) 582 B
{ "name": "limit-order-book", "author": "Rhodey Orbits", "description": "Order book supporting limit and market orders", "version": "1.0.1", "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/rhodey/limit-order-book" }, "homepage": "https://github.com/rhodey/limit-order-book", "scripts": { "test": "tape test/*.js" }, "dependencies": { "decimal.js": "^10.5.0" }, "devDependencies": { "tape": "4.6.0" }, "keywords": [ "limit", "order", "book", "market", "trading", "hft" ] }