node-hll
Version:
A native HyperLogLog lib.
27 lines (26 loc) • 587 B
JSON
{
"name": "node-hll",
"version": "0.2.0",
"description": "A native HyperLogLog lib.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/talrasha007/node-hll.git"
},
"keywords": [
"HyperLogLog"
],
"author": "Tal Rasha",
"license": "MIT",
"bugs": {
"url": "https://github.com/talrasha007/node-hll/issues"
},
"homepage": "https://github.com/talrasha007/node-hll#readme",
"dependencies": {
"nan": "^2.6.2",
"nnu": "^0.1.7"
}
}