{
  "name": "rxjs-addons",
  "description": "Rx add-ons",
  "version": "0.0.4",
  "author": {
    "name": "Stanislaw Glogowski",
    "email": "hello@newobject.pl"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stanislaw-glogowski/rxjs-addons.git"
  },
  "bugs": {
    "url": "https://github.com/stanislaw-glogowski/rxjs-addons/issues"
  },
  "dependencies": {
    "deep-equal-extended": "0.0.2",
    "rxjs": "^6.3.3"
  },
  "main": "./index.js",
  "types": "./index.d.ts"
}