From 782909c801e5dbff94d491b2e9a44bd6bef5dbbc Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 20 Sep 2017 23:47:21 +0100 Subject: [PATCH] Add analytics package. --- packages.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index a726e80..361527b 100644 --- a/packages.json +++ b/packages.json @@ -7235,5 +7235,19 @@ "description": "An implementation of the tabu search heuristic in Nim.", "license": "BSD-3", "web": "https://github.com/makingspace/syphus-nim" - } + }, + { + "name": "analytics", + "url": "https://github.com/dom96/analytics", + "method": "git", + "tags": [ + "google", + "telemetry", + "statistics" + ], + "description": "Allows statistics to be sent to and recorded in Google Analytics.", + "license": "MIT", + "web": "https://github.com/dom96/analytics" + }, + ]