2016-06-14 18:23:40 -07:00
|
|
|
{
|
|
|
|
|
"name": "@angular/forms",
|
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 16:44:39 -07:00
|
|
|
"description": "Angular - directives and services for creating forms",
|
2017-01-27 17:39:48 -08:00
|
|
|
"main": "./bundles/forms.umd.js",
|
2017-09-13 16:20:29 -07:00
|
|
|
"module": "./esm5/forms.js",
|
|
|
|
|
"es2015": "./esm2015/forms.js",
|
|
|
|
|
"typings": "./forms.d.ts",
|
2016-06-14 18:23:40 -07:00
|
|
|
"author": "angular",
|
|
|
|
|
"license": "MIT",
|
2017-05-23 13:01:39 -07:00
|
|
|
"dependencies": {
|
|
|
|
|
"tslib": "^1.7.1"
|
|
|
|
|
},
|
2016-06-14 18:23:40 -07:00
|
|
|
"peerDependencies": {
|
2017-10-18 09:15:52 -07:00
|
|
|
"rxjs": "^5.5.0",
|
2016-06-14 18:23:40 -07:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
2017-03-20 17:38:33 -07:00
|
|
|
"@angular/common": "0.0.0-PLACEHOLDER",
|
|
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
|
2016-06-14 18:23:40 -07:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
|
}
|
|
|
|
|
}
|