1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-04 15:24:23 +01:00
fab-manager/vendor/assets/components/angular-google-analytics/bower.json

35 lines
926 B
JSON
Raw Normal View History

2015-05-05 03:10:25 +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",
"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",
"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"
}
}