ng2-signalr
Version:
35 lines (34 loc) • 860 B
JSON
{
"name": "ng2-signalr",
"version": "10.1.0",
"peerDependencies": {
"@angular/common": "^10.0.0",
"@angular/core": "^10.0.0"
},
"author": "Hannes Neukermans",
"repository": {
"type": "git",
"url": "git+https://github.com/HNeukermans/ng2-signalR.git"
},
"bugs": {
"url": "https://github.com/HNeukermans/ng2-signalr/issues"
},
"homepage": "https://github.com/HNeukermans/ng2-signalR",
"keywords": [
"signalR",
"typescript",
"angular 10"
],
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/ng2-signalr.umd.js",
"module": "fesm2015/ng2-signalr.js",
"es2015": "fesm2015/ng2-signalr.js",
"esm2015": "esm2015/ng2-signalr.js",
"fesm2015": "fesm2015/ng2-signalr.js",
"typings": "ng2-signalr.d.ts",
"metadata": "ng2-signalr.metadata.json",
"sideEffects": false
}