-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
24 lines (24 loc) · 1.18 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "brookinsconsulting/bcwebsitestatistics",
"description": "eZ Publish Legacy extension BC Website Statistics allows a website to collect page view, web shop order and other statistics using Google Analytics. This product is a Certified eZ Publish Extension. With the BC Website Statistics you can collect web site user page view, file download and web shop order statistics with eZ Publish using the popular Google Analytics service",
"type": "ezpublish-legacy-extension",
"keywords": [ "eZ Publish", "eZ Publish Legacy", "eZ Publish Platform", "analytics", "bcwebsitestatistics", "statistics", "tracking", "javascript", "operator" ],
"homepage": "https://github.com/brookinsconsulting/bcwebsitestatistics",
"license": "GPL-2.0+",
"authors": [
{
"name" : "Brookins Consulting",
"homepage": "http://brookinsconsulting.com",
"email": "[email protected]",
"role": "Author"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.0.0",
"ezsystems/ezpublish-legacy-installer": "*"
},
"extra": {
"ezpublish-legacy-extension-name": "bcwebsitestatistics"
}
}