15 lines
327 B
JSON
Raw Normal View History

2020-03-27 17:39:01 +09:00
{
"name": "@ucap/ng-web-storage",
2020-04-06 09:31:16 +09:00
"version": "0.0.3",
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": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ucap/web-storage": "~0.0.1",
"crypto-js": "^4.0.0",
"tslib": "^1.10.0"
}
}