UNPKG

heaps

Version:
28 lines (27 loc) 554 B
{ "name": "heaps", "version": "0.0.0", "description": "heap in js", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/dead-horse/heap.js.git" }, "keywords": [ "heap", "binary-heap", "heap-sort", "min-heap", "max-heap", "fibonacci-heap" ], "author": "dead_horse <dead_horse@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/dead-horse/heap.js/issues" }, "homepage": "https://github.com/dead-horse/heap.js" }