{
  "name": "ng-profile-card",
  "version": "1.0.8",
  "license": "MIT",
  "author": "Luis Aviles",
  "description": "A custom Angular element to display a profile card.",
  "homepage": "https://github.com/luixaviles/ng-profile-card",
  "keywords": [
    "Angular",
    "Element",
    "Component",
    "AngularElements"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/luixaviles/ng-profile-card.git"
  },
  "main": "dist/ng-profile-card/ng-profile-card.js",
  "unpkg": "dist/ng-profile-card/ng-profile-card.js",
  "files": [
    "dist/ng-profile-card/ng-profile-card.js"
  ],
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build --prod --output-hashing=none",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "prepublish": "npm run build && gulp concat"
  },
  "dependencies": {
    "@angular/animations": "^6.0.0-rc.1",
    "@angular/common": "^6.0.0-rc.1",
    "@angular/compiler": "^6.0.0-rc.1",
    "@angular/core": "^6.0.0-rc.1",
    "@angular/elements": "^6.0.0-rc.1",
    "@angular/forms": "^6.0.0-rc.1",
    "@angular/http": "^6.0.0-rc.1",
    "@angular/platform-browser": "^6.0.0-rc.1",
    "@angular/platform-browser-dynamic": "^6.0.0-rc.1",
    "@angular/router": "^6.0.0-rc.1",
    "@webcomponents/custom-elements": "^1.1.0",
    "core-js": "^2.5.4",
    "rxjs": "^6.0.0-rc.0",
    "zone.js": "^0.8.24"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.5.0",
    "@angular/cli": "~6.0.0-rc.6",
    "@angular/compiler-cli": "^6.0.0-rc.1",
    "@angular/language-service": "^6.0.0-rc.1",
    "@types/jasmine": "~2.8.6",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "~8.9.4",
    "codelyzer": "~4.2.1",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "jasmine-core": "~2.99.1",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~1.7.1",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~1.4.2",
    "karma-jasmine": "~1.1.1",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "~5.3.0",
    "ts-node": "~5.0.1",
    "tslint": "~5.9.1",
    "typescript": "~2.7.2"
  }
}
