ucap-angular/projects/web-socket/package.json

14 lines
298 B
JSON
Raw Normal View History

2020-04-09 08:56:38 +00:00
{
"name": "@ucap/ng-web-socket",
2020-04-09 09:20:07 +00:00
"version": "0.0.2",
2020-04-09 08:56:38 +00:00
"publishConfig": {
2020-07-11 11:48:59 +00:00
"registry": "https://nexus.loafle.net/repository/npm-ucap/"
2020-04-09 08:56:38 +00:00
},
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ucap/web-socket": "~0.0.1",
"tslib": "^1.10.0"
}
}