33 lines
912 B
JSON
33 lines
912 B
JSON
{
|
|
"name": "@angular/elements",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - library for using Angular Components as Custom Elements",
|
|
"main": "./bundles/elements.umd.js",
|
|
"module": "./fesm5/elements.js",
|
|
"es2015": "./fesm2015/elements.js",
|
|
"esm5": "./esm5/elements.js",
|
|
"esm2015": "./esm2015/elements.js",
|
|
"fesm5": "../fesm5/testing.js",
|
|
"fesm2015": "../fesm2015/testing.js",
|
|
"typings": "./elements.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^1.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
|
"rxjs": "^6.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
},
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
},
|
|
"sideEffects": false,
|
|
"schematics": "./schematics/collection.json"
|
|
}
|