-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 862 Bytes
/
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
25
26
27
28
29
30
31
{
"name": "drupal/microsoft_clarity",
"description": "Microsoft Clarity is a free, easy-to-use tool that captures how real people actually use your site.",
"type": "drupal-module",
"keywords": [
"Drupal",
"Heatmaps",
"Session replays",
"Third-party Integration",
"Clarity",
"Microsoft",
"Analytics",
"Microsoft Clarity"
],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Firass Ziedan",
"email": "[email protected]"
},
{
"name": "Ivica Puljic",
"email": "[email protected]"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/microsoft_clarity",
"source": "https://git.drupalcode.org/project/microsoft_clarity"
},
"require": {}
}