binaryheap
Version:
A simple binary heap
32 lines (31 loc) • 678 B
JSON
{
"name": "binaryheap",
"version": "0.0.3",
"author": "Timothy J Fontaine <tjfontaine@gmail.com> (http://atxconsulting.com)",
"description": "A simple binary heap",
"keywords": [
"balanced",
"binary",
"heap",
"minheap",
"maxheap"
],
"homepage": "http://github.com/tjfontaine/node-binaryheap",
"bugs": {
"url": "http://github.com/tjfontaine/node-binaryheap/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/tjfontaine/node-binaryheap.git"
},
"main": "binaryheap.js",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "node test"
},
"devDependencies": {
"tap": ">= 0.4.0"
}
}