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/package.json
Sylvain 139d7d9f0f [bug] Google Analytics not loaded
- angular-google-analytics plugin update from 0.0.15 to 1.1.7
- google analytics config moved into secrets.yml/production
2016-05-24 14:53:07 +02:00

40 lines
1.2 KiB
JSON

{
"name": "angular-google-analytics",
"description": "Angular Google Analytics - Easy tracking for your AngularJS application",
"version": "1.1.7",
"homepage": "http://github.com/revolunet/angular-google-analytics",
"author": "Julien Bouquillon <julien@revolunet.com> (https://github.com/revolunet)",
"contributors": [
"Julien Bouquillon (https://github.com/revolunet)",
"Justin Saunders (https://github.com/justinsa)",
"Chris Esplin (https://github.com/deltaepsilon)",
"Adam Misiorny (https://github.com/adam187)"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/revolunet/angular-google-analytics.git"
},
"engines": {
"node": "*",
"npm": "*"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"bower": "*",
"karma": "*",
"karma-chrome-launcher": "*",
"karma-jasmine": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*"
},
"scripts": {
"test": "karma start test/karma.conf.js --single-run --browsers Chrome",
"test-server": "karma start test/karma.conf.js --browsers Chrome"
}
}