-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (39 loc) · 1.02 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "drupal/minisite",
"description": "Upload and serve arbitrary 'minisites' archives from a Drupal website.",
"keywords": [
"minisite",
"mini site",
"drupal"
],
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/minisite",
"authors": [
{
"name": "Joseph Zhao",
"email": "[email protected]"
},
{
"name": "Jason Guo",
"email": "[email protected]"
},
{
"name": "Alex Skrypnyk",
"email": "[email protected]"
}
],
"support": {
"issues": "https://drupal.org/project/issues/minisite",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "https://git.drupalcode.org/project/minisite"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"ext-zip": "*"
},
"require-dev": {
"drupal/pathauto": "~1.0"
}
}