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-dolphin/package.js

19 lines
571 B

// Original: https://github.com/boonex/rocket.chat/blob/master/packages/rocketchat-dolphin/package.js
Package.describe({
name: 'rocketchat:dolphin',
version: '0.0.2',
summary: 'RocketChat settings for Dolphin Oauth'
});
Package.onUse(function(api) {
api.versionsFrom('1.0');
api.use('coffeescript');
api.use('service-configuration');
api.use('rocketchat:lib@0.0.1');
api.use('rocketchat:custom-oauth');
api.addFiles('common.coffee');
api.addFiles('login-button.css', 'client');
api.addFiles('startup.coffee', 'server');
api.use('templating', 'client');
});