-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
31 lines (31 loc) · 865 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/gin_login",
"type": "drupal-module",
"description": "Custom Drupal Login for Gin theme",
"keywords": ["Drupal"],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/gin_login",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/gin_login",
"source": "http://cgit.drupalcode.org/gin_login"
},
"authors": [
{
"name": "Sascha Eggenberger (saschaeggi)",
"homepage": "https://www.drupal.org/u/saschaeggi",
"role": "Maintainer"
}
],
"require": {},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/saschaeggi"
},
{
"type": "other",
"url": "https://paypal.me/saschaeggi"
}
]
}