ibst
Version:
Interval binary search tree
32 lines (31 loc) • 880 B
JSON
{
"name": "ibst",
"version": "1.0.0",
"description": "Interval binary search tree",
"main": "ibst.js",
"scripts": {
"test": "mocha mocha_test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require mocha_test/env --reporter spec --check-leaks mocha_test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ghostfreak3000/ibst.git"
},
"keywords": [
"binarysearchtree",
"interval"
],
"author": "Bishaka Samuel <sbishaka@gmail.com> (https://twitter.com/sbishaka)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ghostfreak3000/ibst/issues"
},
"homepage": "https://github.com/ghostfreak3000/ibst#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.3.0"
}
}