{
  "name": "@dandashino/custom_nebular_theme",
  "version": "3.4.0",
  "description": "this is basically akevo's nebular theme but I made some changes in the chat component",
  "main": "./bundles/theme.umd.js",
  "module": "./index.js",
  "typings": "./index.d.ts",
  "author": "dandashino (akevo mainly)",
  "license": "MIT",

  "bugs": {
    "url": "https://github.com/akveo/nebular/issues"
  },
  "homepage": "https://github.com/akveo/nebular#readme",
  "keywords": [
    "angular",
    "typescript",
    "ng2-admin",
    "ngx-admin",
    "theme",
    "nebular"
  ],
  "peerDependencies": {
    "@angular/animations": "^7.0.0",
    "@angular/common": "^7.0.0",
    "@angular/core": "^7.0.0",
    "@angular/router": "^7.0.0",
    "@angular/cdk": "^7.2.1",
    "rxjs": "^6.3.0",
    "nebular-icons": "^1.1.0"
  },
  "dependencies": {
    "intersection-observer": "0.5.0"
  },
  "schematics": "./schematics/collection.json"
}