@sailshq/binary-search-tree
Version:
A fork of `binary-search-tree` 0.2.x with upgraded dependencies from the Sails core team.
32 lines (31 loc) • 678 B
JSON
{
"name": "@sailshq/binary-search-tree",
"version": "0.2.8",
"author": {
"name": "Louis Chatriot",
"email": "louis.chatriot@gmail.com"
},
"description": "A fork of `binary-search-tree` 0.2.x with upgraded dependencies from the Sails core team.",
"keywords": [
"AVL tree",
"binary search tree",
"self-balancing",
"AVL tree"
],
"repository": {
"type": "git",
"url": "git://github.com/sailshq/node-binary-search-tree.git"
},
"dependencies": {
"underscore": "1.13.8"
},
"devDependencies": {
"chai": "1.0.x",
"mocha": "1.4.x"
},
"scripts": {
"test": "make test"
},
"main": "index",
"licence": "MIT"
}