2016-06-14 21:23:40 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/forms",
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - directives and services for creating forms",
|
2016-08-30 21:07:40 -04:00
|
|
|
"main": "bundles/forms.umd.js",
|
|
|
|
"module": "index.js",
|
2016-06-14 21:23:40 -04:00
|
|
|
"typings": "index.d.ts",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
2016-08-30 21:07:40 -04:00
|
|
|
"@angular/common": "0.0.0-PLACEHOLDER"
|
2016-06-14 21:23:40 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
}
|
|
|
|
}
|