Skip to content

Commit 5d31683

Browse files
author
Lawri van Buël
committed
Implemented a composer.json
Implemented a .gitignore
1 parent 6745aaa commit 5d31683

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "drupal/rocket_chat",
3+
"description": "Drupal Rocketchat integration Module, with Livechat and API support.",
4+
"type": "drupal-module",
5+
"homepage": "https://drupal.org/project/rocket_chat",
6+
"license": "GPL-2.0-or-later",
7+
"authors": [
8+
{
9+
"name": "Lawri van Buël",
10+
"email": "sysosmaster@2588960.no-reply.drupal.org",
11+
"homepage": "https://www.drupal.org/u/sysosmaster",
12+
"role": "Maintainer"
13+
}
14+
],
15+
"support": {
16+
"issues": "https://www.drupal.org/project/issues/rocket_chat",
17+
"Drupalchat": "rocketchat://drupalchat.me/channel/rocket.chat",
18+
"source": "https://cgit.drupalcode.org/rocket_chat"
19+
},
20+
"minimum-stability": "dev",
21+
"require": {}
22+
}

0 commit comments

Comments
 (0)