UNPKG

@addapptables/ng-socket-io

Version:
45 lines (44 loc) 1.32 kB
{ "name": "@addapptables/ng-socket-io", "version": "2.0.0", "license": "MIT", "author": "Addapptables", "description": "socket-io module for Angular", "homepage": "https://github.com/addapptables/ng-web-socket", "peerDependencies": { "@addapptables/ng-web-socket": ">=2.0.0 < 3.0.0", "@angular/common": ">=8.0.0 < 9.0.0", "@angular/core": ">=8.0.0 < 9.0.0", "socket.io-client": ">=2.0.0 <3.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/addapptables/ng-web-socket.git" }, "bugs": { "url": "https://github.com/addapptables/ng-web-socket/issues" }, "keywords": [ "angular", "socket-io", "web-socket", "web socket", "addapptables", "ng-web-socket", "signalr", "signal-r" ], "main": "bundles/addapptables-ng-socket-io.umd.js", "module": "fesm5/addapptables-ng-socket-io.js", "es2015": "fesm2015/addapptables-ng-socket-io.js", "esm5": "esm5/addapptables-ng-socket-io.js", "esm2015": "esm2015/addapptables-ng-socket-io.js", "fesm5": "fesm5/addapptables-ng-socket-io.js", "fesm2015": "fesm2015/addapptables-ng-socket-io.js", "typings": "addapptables-ng-socket-io.d.ts", "metadata": "addapptables-ng-socket-io.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }