{
  "name": "ngx-lodash-pipes",
  "version": "0.0.8",
  "author": "KingMario <gcyyq@hotmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KingMario/packages/issues"
  },
  "homepage": "https://github.com/KingMario/packages#readme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/KingMario/packages.git"
  },
  "keywords": [
    "angular",
    "lodash",
    "pipe"
  ],
  "peerDependencies": {
    "@angular/common": ">= 5.0.0",
    "@angular/core": ">= 5.0.0",
    "lodash": "^4.17.11"
  },
  "main": "bundles/ngx-lodash-pipes.umd.js",
  "module": "fesm5/ngx-lodash-pipes.js",
  "es2015": "fesm2015/ngx-lodash-pipes.js",
  "esm5": "esm5/ngx-lodash-pipes.js",
  "esm2015": "esm2015/ngx-lodash-pipes.js",
  "fesm5": "fesm5/ngx-lodash-pipes.js",
  "fesm2015": "fesm2015/ngx-lodash-pipes.js",
  "typings": "ngx-lodash-pipes.d.ts",
  "metadata": "ngx-lodash-pipes.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
