2015-05-05 03:10:25 +02:00
|
|
|
{
|
2016-05-24 14:51:23 +02:00
|
|
|
"authors": [
|
|
|
|
"Julien Bouquillon <julien@revolunet.com> (https://github.com/revolunet)",
|
|
|
|
"Justin Saunders (https://github.com/justinsa)",
|
|
|
|
"Chris Esplin (https://github.com/deltaepsilon)",
|
|
|
|
"Adam Misiorny (https://github.com/adam187)"
|
|
|
|
],
|
2015-05-05 03:10:25 +02:00
|
|
|
"name": "angular-google-analytics",
|
|
|
|
"description": "Easy Analytics for your AngularJS application",
|
2016-05-24 14:51:23 +02:00
|
|
|
"keywords": [
|
|
|
|
"analytics",
|
|
|
|
"angular",
|
|
|
|
"angularjs",
|
|
|
|
"angular-js",
|
|
|
|
"google-analytics",
|
|
|
|
"tracking",
|
|
|
|
"visitor-tracking",
|
|
|
|
"universal-analytics"
|
|
|
|
],
|
2015-05-05 03:10:25 +02:00
|
|
|
"homepage": "https://github.com/revolunet/angular-google-analytics",
|
2016-05-24 14:51:23 +02:00
|
|
|
"license": "MIT",
|
2015-05-05 03:10:25 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/revolunet/angular-google-analytics.git"
|
|
|
|
},
|
|
|
|
"main": "./dist/angular-google-analytics.min.js",
|
|
|
|
"dependencies": {
|
|
|
|
"angular": ">=1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"angular-mocks": ">=1",
|
|
|
|
"angular-scenario": ">=1"
|
|
|
|
}
|
|
|
|
}
|