mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-04 15:24:23 +01:00
20 lines
521 B
JSON
20 lines
521 B
JSON
{
|
|
"author": "revolunet",
|
|
"name": "angular-google-analytics",
|
|
"description": "Easy Analytics for your AngularJS application",
|
|
"version": "0.0.13",
|
|
"homepage": "https://github.com/revolunet/angular-google-analytics",
|
|
"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"
|
|
}
|
|
}
|