Files

29 lines
745 B
JSON
Raw Permalink Normal View History

{
"name": "@angular/elements",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - library for using Angular Components as Custom Elements",
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^2.1.0"
},
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
2018-03-02 10:08:16 -08:00
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "^6.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git",
"directory": "packages/elements"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
2018-04-03 14:52:33 -07:00
"sideEffects": false,
"schematics": "./schematics/collection.json",
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}