ucap-angular/projects/store-group/package.json
richard-loafle d804b01843 bug fixed
2020-04-03 11:03:54 +09:00

23 lines
664 B
JSON

{
"name": "@ucap/ng-store-group",
"version": "0.0.5",
"publishConfig": {
"registry": "http://10.81.13.221:8081/nexus/repository/npm-ucap/"
},
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ucap/core": "~0.0.1",
"@ucap/protocol-buddy": "~0.0.1",
"@ucap/protocol-group": "~0.0.1",
"@ucap/protocol-query": "~0.0.1",
"@ucap/protocol-sync": "~0.0.1",
"@ucap/ng-protocol-buddy": "~0.0.1",
"@ucap/ng-protocol-group": "~0.0.1",
"@ucap/ng-protocol-sync": "~0.0.1",
"@ucap/ng-store-organization": "~0.0.1",
"@ucap/ng-store-authentication": "~0.0.1",
"tslib": "^1.10.0"
}
}