How to create the source archive from the github upstream project
=================================================================

npm install -g grunt-cli yo generator-ox-ui-module
git clone https://github.com/open-xchange/mailvelope.git
cd mailvelope
npm install --production
grunt

-> archive the result
