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

23 lines
658 B
JSON
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"name": "@ucap/ng-store-group",
2020-05-08 06:12:26 +00:00
"version": "0.0.7",
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-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",
2020-04-03 01:43:34 +00:00
"@ucap/ng-store-authentication": "~0.0.1",
2020-03-27 08:39:01 +00:00
"tslib": "^1.10.0"
}
}