angular-made-with-love
Version:
🚀 An experimental project which demonstrates an Angular Package which contains Angular Elements and Schematics
46 lines (45 loc) • 1.33 kB
JSON
{
"name": "angular-made-with-love",
"version": "2.0.6",
"license": "MIT",
"author": "Nitay Neeman",
"description": "🚀 An experimental project which demonstrates an Angular Package which contains Angular Elements and Schematics",
"homepage": "https://github.com/nitayneeman/made-with-love",
"keywords": [
"Angular",
"Package",
"Workspace",
"Library",
"Custom",
"Element",
"Web",
"Component",
"AngularElements",
"CustomElements",
"WebComponents",
"Schematic",
"Schematics"
],
"repository": {
"type": "git",
"url": "https://github.com/nitayneeman/made-with-love.git"
},
"schematics": "./schematics/collection.json",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
},
"main": "bundles/angular-made-with-love.umd.js",
"module": "fesm5/angular-made-with-love.js",
"es2015": "fesm2015/angular-made-with-love.js",
"esm5": "esm5/angular-made-with-love.js",
"esm2015": "esm2015/angular-made-with-love.js",
"fesm5": "fesm5/angular-made-with-love.js",
"fesm2015": "fesm2015/angular-made-with-love.js",
"typings": "angular-made-with-love.d.ts",
"metadata": "angular-made-with-love.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}