hashtbl
Version:
A hashtable library
21 lines (20 loc) • 386 B
JSON
{
"name": "hashtbl",
"version": "0.0.4",
"description": "A hashtable library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"keywords": [
"Hashtable",
"Dictionary"
],
"author": "George Rogers",
"license": "BSD",
"dependencies": {
"underscore": "1.4.2"
},
"devDependencies": {}
}