Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements.

For more information please visit at http://extension.openbees.org/instructions/
  • Loading branch information
vikas-srivastava committed Sep 24, 2012
1 parent c2e7e52 commit 74c5f72
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 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.*"
}
}

0 comments on commit 74c5f72

Please sign in to comment.