{
  "name": "hashtbl",
  "version": "0.0.3",
  "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": {}
}
