2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/common",
|
2016-05-27 19:17:16 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - commonly needed directives and services",
|
2017-01-27 20:39:48 -05:00
|
|
|
"main": "./bundles/common.umd.js",
|
2017-09-13 19:20:29 -04:00
|
|
|
"module": "./esm5/common.js",
|
|
|
|
"es2015": "./esm2015/common.js",
|
|
|
|
"typings": "./common.d.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2017-05-23 16:01:39 -04:00
|
|
|
"dependencies": {
|
|
|
|
"tslib": "^1.7.1"
|
|
|
|
},
|
2016-04-28 20:50:03 -04:00
|
|
|
"peerDependencies": {
|
2017-10-18 12:15:52 -04:00
|
|
|
"rxjs": "^5.5.0",
|
2016-05-27 19:17:16 -04:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER"
|
2016-05-18 02:17:15 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|
|
|
|
}
|