UNPKG

minheap

Version:

Simple implementation of min-heap

36 lines (35 loc) 756 B
{ "name": "minheap", "version": "1.0.2", "description": "Simple implementation of min-heap", "main": "build/heap.js", "directories": {}, "files": [ "build", "LICENSE", "README.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/chethiya/heap.git" }, "keywords": [ "heap", "min heap", "min-max", "min", "max", "priority", "queue" ], "author": "Chethiya Abeysinghe <chethiya@gmail.com> (chethiya.github.io)", "license": "MIT", "bugs": { "url": "https://github.com/chethiya/heap/issues" }, "homepage": "https://github.com/chethiya/synced-append#readme", "devDependencies": {} }