@atton16/ngx-socket-io
Version:
Socket.IO module for Angular
44 lines • 1.24 kB
JSON
{
"name": "@atton16/ngx-socket-io",
"version": "3.2.1",
"description": "Socket.IO module for Angular",
"main": "bundles/atton16-ngx-socket-io.umd.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/atton16/ngx-socket-io.git"
},
"keywords": [
"Angular",
"Socket-io",
"TypeScript"
],
"author": "rodgc",
"contributors": [
"Attawit Kittikrairit <atton16@gmail.com> (https://attawit.me)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/atton16/ngx-socket-io/issues"
},
"homepage": "https://github.com/atton16/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.10.1",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"rxjs": "^6.1.0"
},
"module": "fesm2015/atton16-ngx-socket-io.js",
"es2015": "fesm2015/atton16-ngx-socket-io.js",
"esm2015": "esm2015/atton16-ngx-socket-io.js",
"fesm2015": "fesm2015/atton16-ngx-socket-io.js",
"typings": "atton16-ngx-socket-io.d.ts",
"metadata": "atton16-ngx-socket-io.metadata.json",
"sideEffects": false
}