ucap-angular/projects/protocol-query/package.json

16 lines
369 B
JSON
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"name": "@ucap/ng-protocol-query",
2020-04-03 06:06:21 +00:00
"version": "0.0.2",
2020-03-27 08:39:01 +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/protocol-query": "~0.0.1",
"@ucap/ng-protocol": "~0.0.1",
"rxjs": "~6.5.4",
"tslib": "^1.10.0"
}
}