15 lines
312 B
JSON
Raw Normal View History

2020-03-27 17:39:01 +09:00
{
"name": "@ucap/ng-native",
"version": "0.0.1",
"publishConfig": {
2020-05-08 15:12:26 +09:00
"registry": "http://10.81.13.229:8081/repository/npm-ucap/"
2020-03-27 17:39:01 +09:00
},
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ucap/native": "~0.0.1",
"rxjs": "~6.5.4",
"tslib": "^1.10.0"
}
}