binary-search-tree-adt
Version:
Binary Search Tree ADT for browser and nodejs
35 lines (34 loc) • 923 B
JSON
{
"name": "binary-search-tree-adt",
"version": "0.0.1",
"description": "Binary Search Tree ADT for browser and nodejs",
"main": "dist/binary-search-tree-adt.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/pasangsherpa/binary-search-tree-adt.git"
},
"keywords": [
"binarytree",
"binarysearchtree",
"adt",
"datatype",
"abstractdatatype"
],
"author": "Pasang Sherpa <pgyalzen@gmail.com> (https://github.com/pasangsherpa)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pasangsherpa/binary-search-tree-adt/issues"
},
"homepage": "https://github.com/pasangsherpa/binary-search-tree-adt",
"devDependencies": {
"grunt": "^0.4.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"load-grunt-tasks": "^0.4.0",
"mocha": "*"
}
}