-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 770 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"authors": [
{
"email": "fgm@osinet.fr",
"homepage": "http://blog.riff.org",
"name": "Frederic G. MARAND",
"role": "Maintainer"
}
],
"description": "A Drupal module to support the fgm:accounts-drupal and fgm:drupal-sso Meteor packages",
"homepage": "https://github.com/FGM/meteor",
"keywords": ["drupal", "meteor"],
"license": "GPL-2.0+",
"name": "drupal/meteor",
"minimum-stability": "dev",
"support": {
"docs": "https://github.com/FGM/meteor/blob/master/README.md",
"email": "support@osinet.fr",
"issues": "https://github.com/FGM/meteor/issues",
"rss": "https://github.com/FGM/meteor/commits/master.atom",
"source": "https://github.com/FGM/meteor/commits/master"
},
"type": "drupal-module"
}