Files
Angular-Docs-Cn/packages/forms/package.json
T

27 lines
699 B
JSON
Raw Normal View History

{
"name": "@angular/forms",
"version": "0.0.0-PLACEHOLDER",
2016-09-14 16:44:39 -07:00
"description": "Angular - directives and services for creating forms",
"author": "angular",
"license": "MIT",
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "^6.5.3",
2019-10-01 16:44:50 -07:00
"tslib": "^1.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git",
"directory": "packages/forms"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}