UNPKG

psi-socket-io

Version:
51 lines (50 loc) 1.27 kB
{ "name": "psi-socket-io", "version": "3.14.0", "description": "Socket.IO module for Angular", "main": "index.ts", "scripts": { "pack": "cd dist && npm pack", "build": "ng-packagr" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/richnologies/ngx-socket-io" }, "keywords": [ "Angular", "Socket-io", "TypeScript" ], "author": "rodgc", "license": "MIT", "bugs": { "url": "https://github.com/richnologies/ngx-socket-io/issues" }, "homepage": "https://github.com/richnologies/ngx-socket-io#readme", "dependencies": { "core-js": "^3.0.0", "reflect-metadata": "^0.1.10", "socket.io": "^2.2.0", "socket.io-client": "^2.2.0", "zone.js": "^0.11.5" }, "peerDependencies": { "@angular/common": ">=11.0.0 <14.0.0", "@angular/core": ">=11.0.0 <14.0.0", "rxjs": ">=6.6.0 <8.0.0" }, "devDependencies": { "@angular/compiler": "^13.0.0", "@angular/compiler-cli": "^13.0.0", "@angular/core": "^13.0.0", "@types/node": "^12.7.1", "@types/socket.io": "^2.1.2", "@types/socket.io-client": "^1.4.32", "ng-packagr": "^13.0.0", "server-destroy": "^1.0.1", "rxjs": "^6.6.0", "tslint": "^5.18.0", "typescript": "~4.4.2" } }