{
  "name": "ngx-vis",
  "version": "5.0.0",
  "main": "ngx-vis",
  "types": "ngx-vis.d.ts",
  "description": "Angular x components for using vis.js",
  "dependencies": {
    "vis-network": "~9.1.7",
    "vis-timeline": "~7.7.0",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@egjs/hammerjs": "^2.0.0",
    "keycharm": "^0.3.0 || ^0.4.0",
    "moment": "^2.24.0",
    "propagating-hammerjs": "^1.4.0",
    "timsort": "^0.3.0",
    "uuid": "^7.0.0 || ^9.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visjs/ngx-vis.git"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/visjs"
  },
  "keywords": [
    "angular2",
    "ng2",
    "vis",
    "angular2-vis",
    "ngx-vis",
    "ngx-vis"
  ],
  "author": "Martin Reinhardt <hypery2k>",
  "license": "MIT",
  "contributors": [
    "Paul Hindenberg <contact.hindenberg@gmail.com>",
    "Severin Friede <seveves>",
    "Martin Reinhardt <hypery2k>"
  ],
  "bugs": {
    "url": "https://github.com/visjs/ngx-vis/issues"
  },
  "homepage": "https://github.com/visjs/ngx-vis#readme",
  "module": "fesm2022/ngxvis.mjs",
  "typings": "types/ngxvis.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngxvis.d.ts",
      "default": "./fesm2022/ngxvis.mjs"
    }
  },
  "sideEffects": false
}