UNPKG

universal-websocket-client

Version:

Use the same WebSocket client code in a browser or Node.js for isomorphic apps

15 lines (14 loc) 276 B
{ "name": "universal-websocket-client-test-node", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "node index.js" }, "author": "", "license": "ISC", "dependencies": { "universal-websocket-client": "file://../.." } }