UNPKG

btree-js

Version:
29 lines (28 loc) 603 B
{ "name": "btree-js", "version": "0.1.6", "description": "A rebalancing binary tree for JS", "main": "index.js", "scripts": { "test": "mocha --recursive test" }, "repository": { "type": "git", "url": "git+https://github.com/QuotableWater7/btree.git" }, "keywords": [ "binary", "tree", "rebalance" ], "author": "JT Bowler", "license": "MIT", "bugs": { "url": "https://github.com/QuotableWater7/btree/issues" }, "homepage": "https://github.com/QuotableWater7/btree#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^2.4.5" } }