index.js 129 Bytes
module.exports = {
  __init__: [ 'propertiesProvider' ],
  propertiesProvider: [ 'type', require('./BpmnPropertiesProvider') ]
};