aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json16
1 files changed, 15 insertions, 1 deletions
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"
+ },
+
]