Object.defineProperty(exports, "__esModule", { value: true }); module.exports = { name: 'Protor', description: 'Control Protor features', main: require('./protor'), connections: [ { name: 'Protor', type: 'protor', fields: [ { id: 'ip', name: 'IP Address', type: 'text' }, { id: 'port', name: 'Port', type: 'number', value: 9944 } ] } ] }; //# sourceMappingURL=integration.js.map