Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / eu_cookie_compliance / composer.json
1 {
2   "name": "drupal/eu_cookie_compliance",
3   "description": "This module aims at making the website compliant with the new EU cookie regulation.",
4   "type": "drupal-module",
5   "license": "GPL-2.0+",
6   "minimum-stability": "dev",
7   "homepage": "https://drupal.org/project/eu_cookie_compliance",
8   "keywords": [
9     "Drupal",
10     "Cookie",
11     "CookieCompliance",
12     "GDPR"
13   ],
14   "authors": [
15     {
16       "name": "Marcin Pajdzik",
17       "homepage": "https://www.drupal.org/u/marcin-pajdzik",
18       "role": "Maintainer"
19     },
20     {
21       "name": "Sven Berg Ryen",
22       "homepage": "https://www.drupal.org/u/svenryen",
23       "role": "Maintainer"
24     },
25     {
26       "name": "See other contributors",
27       "homepage":"https://www.drupal.org/node/1538032/committers"
28     }
29   ],
30   "support": {
31     "docs": "https://www.drupal.org/project/eu_cookie_compliance",
32     "forum": "https://drupal.stackexchange.com/search?q=eu+cookie+compliance",
33     "issues": "https://www.drupal.org/project/issues/eu_cookie_compliance?version=8.x",
34     "irc": "irc://irc.freenode.org/drupal-contribute",
35     "source": "https://cgit.drupalcode.org/eu-cookie-compliance"
36   },
37   "repositories": [
38     {
39       "type": "composer",
40       "url":  "https://packages.drupal.org/8"
41     }
42   ]
43 }