2016-04-28 17:50:03 -07:00
|
|
|
{
|
|
|
|
"name": "@angular/common",
|
2016-05-27 16:17:16 -07:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 16:44:39 -07:00
|
|
|
"description": "Angular - commonly needed directives and services",
|
2017-01-27 17:39:48 -08:00
|
|
|
"main": "./bundles/common.umd.js",
|
|
|
|
"module": "./@angular/common.es5.js",
|
|
|
|
"es2015": "./@angular/common.js",
|
2017-03-15 13:26:09 -07:00
|
|
|
"typings": "./common.d.ts",
|
2016-04-28 17:50:03 -07:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2016-05-27 16:17:16 -07:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER"
|
2016-05-18 08:17:15 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2016-04-28 17:50:03 -07:00
|
|
|
}
|
|
|
|
}
|