ucap-angular/projects/store-chat/package.json

21 lines
568 B
JSON
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"name": "@ucap/ng-store-chat",
2020-05-08 06:12:26 +00:00
"version": "0.0.6",
2020-03-27 08:39:01 +00:00
"publishConfig": {
2020-05-08 06:12:26 +00:00
"registry": "http://10.81.13.229:8081/repository/npm-ucap/"
2020-03-27 08:39:01 +00:00
},
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ucap/core": "~0.0.1",
"@ucap/protocol-event": "~0.0.1",
"@ucap/protocol-file": "~0.0.1",
"@ucap/protocol-room": "~0.0.1",
"@ucap/protocol-sync": "~0.0.1",
"@ucap/ng-protocol-room": "~0.0.1",
"@ucap/ng-protocol-sync": "~0.0.1",
2020-04-03 02:13:46 +00:00
"@ucap/ng-store-authentication": "~0.0.1",
2020-03-27 08:39:01 +00:00
"tslib": "^1.10.0"
}
}