binary-search-tree-adt
Version:
Binary Search Tree ADT for browser and nodejs
33 lines (32 loc) • 662 B
JSON
{
"name": "binary-search-tree-adt",
"version": "0.0.1",
"homepage": "https://github.com/pasangsherpa/binary-search-tree-adt",
"authors": [
"Pasang Sherpa <pgyalzen@gmail.com> (https://github.com/pasangsherpa)"
],
"description": "Binary Search Tree ADT for browser and nodejs",
"main": "dist/binary-search-tree-adt.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"binarytree",
"binarysearchtree",
"adt",
"datatype",
"abstractdatatype"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"Gruntfile.js"
]
}