UNPKG

node-structures

Version:

Simple implementation of data structures in Javascript.

37 lines (35 loc) 752 B
{ "name": "node-structures", "version": "4.0.2", "author": { "name": "Albert Hambardzumyan", "email": "hambardzumyan.albert@gmail.com" }, "description": "Simple implementation of data structures in Javascript.", "keywords": [ "ADT", "structures", "node-structures", "Data Structures", "Stack", "Queue", "Priority Queue", "Linked List" ], "homepage": "https://github.com/AlbertHambardzumyan/node-structures", "repository": { "type": "git", "url": "https://github.com/AlbertHambardzumyan/node-structures" }, "dependencies": { }, "devDependencies": { "chai": "~3.5.0", "mocha": "~3.2.0" }, "scripts": { "test": "mocha" }, "main": "index", "licence": "MIT" }