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

23 lines
408 B

Package.describe({
name: 'rocketchat:file',
version: '0.0.1',
summary: '',
git: ''
});
Package.onUse(function(api) {
api.use('rocketchat:lib');
api.use('rocketchat:version');
api.use('coffeescript');
api.use('ecmascript');
api.addFiles('file.server.coffee', 'server');
api.export('RocketChatFile', 'server');
});
Npm.depends({
'mkdirp': '0.5.1',
'gridfs-stream': '1.1.1',
'gm': '1.23.0'
});