2018-02-28 12:45:11 -05:00
|
|
|
{
|
|
|
|
"name": "@angular/elements",
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
|
|
"description": "Angular - library for using Angular Components as Custom Elements",
|
|
|
|
"main": "./bundles/elements.umd.js",
|
2018-03-15 17:13:13 -04:00
|
|
|
"module": "./fesm5/elements.js",
|
|
|
|
"es2015": "./fesm2015/elements.js",
|
|
|
|
"esm5": "./esm5/elements.js",
|
|
|
|
"esm2015": "./esm2015/elements.js",
|
|
|
|
"fesm5": "../fesm5/testing.js",
|
|
|
|
"fesm2015": "../fesm2015/testing.js",
|
2018-02-28 12:45:11 -05:00
|
|
|
"typings": "./elements.d.ts",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2018-03-15 19:10:08 -04:00
|
|
|
"tslib": "^1.9.0"
|
2018-02-28 12:45:11 -05:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
2018-03-02 13:08:16 -05:00
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
2019-10-01 13:59:49 -04:00
|
|
|
"rxjs": "^6.5.3"
|
2018-02-28 12:45:11 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2018-03-15 19:10:08 -04:00
|
|
|
},
|
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
|
|
},
|
2018-04-03 17:52:33 -04:00
|
|
|
"sideEffects": false,
|
|
|
|
"schematics": "./schematics/collection.json"
|
2018-02-28 12:45:11 -05:00
|
|
|
}
|