hashset
Version:
A simple hash set in JavaScript
33 lines • 675 B
JSON
{
"name": "hashset",
"version": "0.0.6",
"description": "A simple hash set in JavaScript",
"main": "hashset.js",
"scripts": {
"test": "mocha ./test/hashset.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liushuping/hashset.git"
},
"keywords": [
"HashSet",
"JavaScript",
"Node"
],
"author": "Shuping LIU",
"license": "MIT",
"bugs": {
"url": "https://github.com/liushuping/hashset/issues"
},
"devDependencies": {
"mocha": "*"
},
"homepage": "https://github.com/liushuping/hashset#readme",
"directories": {
"test": "test"
},
"dependencies": {
"string-hash": "^1.1.0"
}
}