18 lines
465 B
JSON
Raw Normal View History

2020-03-27 17:39:01 +09:00
{
"name": "@ucap/ng-store-organization",
2020-05-17 11:24:49 +09:00
"version": "0.0.8",
2020-03-27 17:39:01 +09:00
"publishConfig": {
2020-04-28 22:18:11 +09:00
"registry": "https://nexus.loafle.net/repository/npm-ucap/"
2020-03-27 17:39:01 +09:00
},
"peerDependencies": {
2020-03-30 17:56:15 +09:00
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
2020-03-27 17:39:01 +09:00
"@ucap/core": "~0.0.1",
"@ucap/protocol-query": "~0.0.1",
2020-03-30 17:56:15 +09:00
"@ucap/ng-api-external": "~0.0.1",
2020-03-27 17:39:01 +09:00
"@ucap/ng-protocol-query": "~0.0.1",
2020-04-09 11:10:57 +09:00
"@ucap/ng-store-authentication": "~0.0.1",
2020-03-27 17:39:01 +09:00
"tslib": "^1.10.0"
}
}