ucap-angular/projects/web-storage/package.json

15 lines
333 B
JSON
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"name": "@ucap/ng-web-storage",
"version": "0.0.1",
"publishConfig": {
"registry": "http://10.81.13.221:8081/nexus/repository/npm-ucap/"
},
"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"
}
}