Add analytics package.

This commit is contained in:
Dominik Picheta 2017-09-20 23:47:21 +01:00 committed by GitHub
parent a74688b2bc
commit 782909c801

View File

@ -7235,5 +7235,19 @@
"description": "An implementation of the tabu search heuristic in Nim.", "description": "An implementation of the tabu search heuristic in Nim.",
"license": "BSD-3", "license": "BSD-3",
"web": "https://github.com/makingspace/syphus-nim" "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"
},
] ]