ucap-angular/projects/api-webex/package.json

17 lines
373 B
JSON
Raw Normal View History

2020-08-10 05:05:57 +00:00
{
"name": "@ucap/ng-api-webex",
"version": "0.0.1",
"publishConfig": {
"registry": "https://nexus.loafle.net/repository/npm-ucap/"
},
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ucap/api-webex": "~0.0.1",
"@ucap/ng-core": "~0.0.1",
"axios": "^0.19.2",
"rxjs": "~6.5.4",
"tslib": "^1.10.0"
}
}