{"library":"jquery-simple-websocket","install":[{"cmd":"npm install jquery-simple-websocket","imports":["var socket = $.simpleWebSocket({url: 'ws://...'});","socket.listen(function(msg) { console.log(msg.text); });","socket.send({foo: 'bar'}).done(function() {}).fail(function() {});","socket.connect();"]},{"cmd":"yarn add jquery-simple-websocket","imports":[]},{"cmd":"pnpm add jquery-simple-websocket","imports":[]}]}