ht
Version:
Hash Table Implementation for javascript
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "ht",
"version": "0.0.2",
"description": "Hash Table Implementation for javascript",
"main": "index.js",
"scripts": {
"test": "it -r dot"
},
"repository": {
"type": "git",
"url": "git:git@github.com:doug-martin/ht.git"
},
"keywords": [
"Hash Table",
"HashTable",
"Hash",
"Table",
"Collections",
"Collection"
],
"testling": {
"files": "test/browserling.js",
"browsers": {
"ie": [7, 8, 9, 10],
"chrome": [22, 23, "canary"],
"firefox": [15, 17, "nightly"],
"opera": [11.6, 12, "next"],
"safari": ["5.0.1", 5.1]
}
},
"author": "Doug Martin",
"license": "MIT",
"dependencies": {
"declare.js": "~0.0.3",
"extended": "~0.0.3",
"is-extended": "~0.0.3",
"array-extended": "~0.0.3"
},
"devDependencies": {
"it": "~0.2.0",
"grunt-it": "~0.2.0"
}
}