The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-grant-github/package.js

16 lines
279 B

Package.describe({
name: 'rocketchat:grant-github',
version: '0.0.1',
summary: 'Provides GitHub to rocketchat:grant',
git: ''
});
Package.onUse(function(api) {
api.use([
'ecmascript',
'http',
'rocketchat:grant'
]);
api.mainModule('server/index.js', 'server');
});