UNPKG

hashes

Version:

A package implementing a HashTable and HashSet

30 lines (29 loc) 732 B
{ "name": "hashes", "version": "0.1.4", "description": "A package implementing a HashTable and HashSet", "author": "Boris Kozorovitzky", "license": "MIT", "main": "hashes.js", "keywords": [ "hashtable", "datastructures", "hash", "hash table", "hashset", "set" ], "homepage": "https://github.com/BorisKozo/jsHash", "repository": { "type": "git", "url": "https://github.com/BorisKozo/jsHash.git" }, "devDependencies": { "mocha": "1.7.0", "should": "1.2.1" }, "scripts": { "test": "node node_modules/mocha/bin/mocha test" }, "engine": "node >= 0.8.14" }