UNPKG

halley

Version:

A bayeux client for modern browsers and node. Forked from Faye

9 lines (7 loc) 175 B
'use strict'; module.exports = { Client: require('./protocol/client'), VERSION: '2.0.0', BAYEUX_VERSION: '1.0', Promise: require('bluebird') };