From 6f83e31477f84b0558733d566191d4a41a2ae3e6 Mon Sep 17 00:00:00 2001 From: csshields Date: Wed, 26 Oct 2016 12:36:37 -0400 Subject: [PATCH] Added a package.json file to enable npm usage --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package.json 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