{
  "name": "angular-made-with-love",
  "version": "2.0.2",
  "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"
  }
}
