RocketChat/Rocket.Chat

View on GitHub
apps/meteor/packages/rocketchat-ddp/package.js

Summary

Maintainability
A
0 mins
Test Coverage
Package.describe({
    name: 'rocketchat:ddp',
    version: '0.0.1',
    summary: '',
    git: '',
});

Package.onUse(function (api) {
    api.use(['ecmascript', 'socket-stream-client']);

    api.mainModule('client/index.js', 'client');
});