diff --git a/package.json b/package.json new file mode 100644 index 0000000..623a3c6 --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "name": "js-hll", + "version": "1.0.0", + "author": "aggregateknowledge", + "description": "A JavaScript implementation of HyperLogLog whose goal is to be storage-compatible with other similar offerings from Aggregate Knowledge.", + "main": "js-hll-1.0.0.js" +} \ No newline at end of file