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",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2021-04-12 15:12:37 -04:00
|
|
|
"engines": {
|
2021-05-20 15:33:56 -04:00
|
|
|
"node": "^12.14.1 || >=14.0.0"
|
2021-04-12 15:12:37 -04:00
|
|
|
},
|
2020-05-19 08:35:37 -04:00
|
|
|
"dependencies": {
|
2021-03-16 15:10:32 -04:00
|
|
|
"tslib": "^2.1.0"
|
2020-05-19 08:35:37 -04:00
|
|
|
},
|
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",
|
2020-05-19 08:35:37 -04:00
|
|
|
"rxjs": "^6.5.3"
|
2018-02-28 12:45:11 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-12-07 06:12:59 -05:00
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
"directory": "packages/elements"
|
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,
|
2021-05-14 15:20:11 -04:00
|
|
|
"schematics": "./schematics/collection.json"
|
2018-02-28 12:45:11 -05:00
|
|
|
}
|