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/apps/meteor/packages/rocketchat-livechat/package.js

19 lines
381 B

Package.describe({
name: 'rocketchat:livechat',
version: '0.0.1',
summary: 'Livechat plugin for Rocket.Chat',
});
Package.registerBuildPlugin({
name: 'Livechat',
use: ['ecmascript'],
sources: ['plugin/build-livechat.js'],
npmDependencies: {
'uglify-js': '2.8.29',
},
});
Package.onUse(function (api) {
// livechat app
api.addAssets('assets/demo.html', 'client');
});