1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 07:45:22 +02:00

feat(project): add google analytics in app (#599)

This commit is contained in:
Anthony Lapenna 2017-02-14 11:39:26 +13:00 committed by GitHub
parent 85a07237b1
commit 66c574f74d
4 changed files with 50 additions and 9 deletions

View file

@ -10,9 +10,12 @@
"bugs": {
"url": "https://github.com/portainer/portainer/issues"
},
"config": {
"GA_ID": "UA-84944922-2"
},
"licenses": [
{
"type": "MIT",
"type": "Zlib",
"url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE"
}
],
@ -35,6 +38,7 @@
"grunt-if": "^0.1.5",
"grunt-karma": "~0.4.4",
"grunt-recess": "~0.3",
"grunt-replace": "^1.0.1",
"grunt-shell": "^1.1.2",
"grunt-usemin": "^3.1.1"
},