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

14 lines
304 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": {
"registry": "http://10.81.13.221:8081/nexus/repository/npm-ucap/"
},
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ucap/web-socket": "~0.0.1",
"tslib": "^1.10.0"
}
}