{
  "name": "arranbartish-angular-cli-widgets",
  "version": "4.3.0",
  "license": "MIT",
  "description": "UI widgets produced for use with angular2 SPA's",
  "homepage": "https://github.com/arranbartish/angular-cli-widgets",
  "author": "Arran Bartish <arranbartish@hotmail.com> (https://ca.linkedin.com/in/arran-bartish-7720a21)",
  "engines": {
    "node": ">=6.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arranbartish/angular-cli-widgets.git"
  },
  "contributors": [],
  "keywords": [
    "angular",
    "widget",
    "angular-cli",
    "library",
    "component"
  ],
  "bugs": {
    "url": "https://github.com/arranbartish/angular-cli-widgets/issues",
    "email": "arranbartish@hotmail.com"
  },
  "scripts": {},
  "private": false,
  "dependencies": {},
  "devDependencies": {},
  "peerDependencies": {
    "@angular/animations": "4.0.x",
    "@angular/common": "4.0.x",
    "@angular/compiler": "4.0.x",
    "@angular/core": "4.0.x",
    "@angular/forms": "4.0.x",
    "@angular/http": "4.0.x",
    "@angular/material": "^2.0.0-beta.3",
    "@angular/platform-browser": "4.0.x",
    "@angular/platform-browser-dynamic": "4.0.x",
    "@angular/router": "4.0.x",
    "@ngrx/core": "^1.2.0",
    "@ngrx/effects": "^2.0.3",
    "@ngrx/store": "^2.2.2",
    "core-js": "^2.4.1",
    "lodash": "^4.17.4",
    "rxjs": "^5.1.0",
    "zone.js": "0.8.5"
  },
  "main": "bundles/arranbartishAngularCliWidgets.umd.js",
  "module": "index.js",
  "typings": "index.d.ts"
}