ucap-angular/projects/protocol/package.json
richard-loafle 946eed63ed ing
2020-05-08 15:12:26 +09:00

16 lines
349 B
JSON

{
"name": "@ucap/ng-protocol",
"version": "0.0.3",
"publishConfig": {
"registry": "http://10.81.13.229:8081/repository/npm-ucap/"
},
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ucap/protocol": "~0.0.1",
"@ucap/ng-logger": "~0.0.1",
"rxjs": "~6.5.4",
"tslib": "^1.10.0"
}
}