diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-09-20 23:47:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-20 23:47:21 +0100 |
| commit | 782909c801e5dbff94d491b2e9a44bd6bef5dbbc (patch) | |
| tree | 9ac387d88bf96c959b50b398d9b96512acd0ba71 | |
| parent | a74688b2bc5db46728b8d658bfb86dbabdc25c91 (diff) | |
| download | packages-782909c801e5dbff94d491b2e9a44bd6bef5dbbc.tar.gz packages-782909c801e5dbff94d491b2e9a44bd6bef5dbbc.zip | |
Add analytics package.
| -rw-r--r-- | packages.json | 16 |
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" + }, + ] |
