-
Notifications
You must be signed in to change notification settings - Fork 171
/
bower.json
30 lines (30 loc) · 840 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"authors": [
"Julien Bouquillon <[email protected]> (https://github.com/revolunet)",
"Justin Saunders (https://github.com/justinsa)",
"Chris Esplin (https://github.com/deltaepsilon)",
"Adam Misiorny (https://github.com/adam187)"
],
"name": "angular-google-analytics",
"description": "Easy Analytics for your AngularJS application",
"keywords": [
"analytics",
"angular",
"angularjs",
"angular-js",
"google-analytics",
"tracking",
"visitor-tracking",
"universal-analytics"
],
"homepage": "https://github.com/revolunet/angular-google-analytics",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/revolunet/angular-google-analytics.git"
},
"main": "./dist/angular-google-analytics.min.js",
"dependencies": {
"angular": ">=1"
}
}