forked from howard-university-web-services/howard_paragraphs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 889 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
{
"name": "howard/howard_paragraphs",
"type": "drupal-module",
"description": "This module is designed to provide default kitchen sink paragraph types for Howard University",
"keywords": ["Drupal"],
"homepage": "https://github.com/howard-university-web-services/howard_paragraphs",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"authors": [
{
"name": "Dan Rogers",
"homepage": "https://www.drupal.org/u/dan_rogers",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/howard-university-web-services/howard_paragraphs/issues",
"source": "https://github.com/howard-university-web-services/howard_paragraphs"
},
"require": {
"abraham/twitteroauth": "^0.9.2"
},
"extra": {
"branch-alias": {
"8.x-1.x": "1.x-dev"
}
}
}