UNPKG

js-stl

Version:
21 lines (20 loc) 638 B
{ "name": "js-stl", "version": "0.0.6", "description": "Standard TypeScript Library", "keywords": ["TypeScript", "Datastructures", "DoublyLinkedList", "Stack", "Queue", "Heap","MaxHeap", "MinHeap", "PriorityQueue"], "main": "node-module.js", "scripts": { "test": "node Tests/run.js && exit 0" }, "repository": { "type": "git", "url": "https://github.com/vovazolotoy/TypeScript-STL.git" }, "author": "Vova Zolotoy <vovazolotoy@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/vovazolotoy/TypeScript-STL/issues" }, "homepage": "https://github.com/vovazolotoy/TypeScript-STL" }