diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..52af457 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "silverstripe-labs/googleanalytics", + "description": "The Google Analytics module consists of 2 components that can be employed independently: + The Google Logger injects the google analytics javascript snippet into your source code and logs relevant events (as of now only crawler visits) + The Analyzer adds the GA UI to your CMS.", + "type": "silverstripe-module", + "keywords": ["silverstripe-labs", "googleanalytics"], + "authors": [ + { + "name": "Julian Seidenberg", + "email": "julian@silverstripe.com" + } + ], + "require": + { + "silverstripe/framework": "3.*" + } +} \ No newline at end of file