UNPKG

ds-helpers

Version:

Adding priority queue library for NodeJs/javascript users

24 lines (23 loc) 599 B
{ "name": "ds-helpers", "version": "1.0.2", "description": "Adding priority queue library for NodeJs/javascript users", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "priorityQueue", "binaryHeap" ], "author": "Abhas Bhatnagar", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/Abhas-Bhatnagar/ds-helpers.git" }, "bugs": { "url": "https://github.com/Abhas-Bhatnagar/ds-helpers/issues" }, "homepage": "https://github.com/Abhas-Bhatnagar/ds-helpers#readme" }