{
  "name": "ngx-packery",
  "version": "0.2.1",
  "peerDependencies": {
    "@angular/common": "^6.0.0-rc.0 || ^6.0.0",
    "@angular/core": "^6.0.0-rc.0 || ^6.0.0",
    "rxjs": "^6.0.0"
  },
  "dependencies": {
    "imagesloaded": "^4.1.4",
    "draggabilly": "^2.2.0",
    "packery": "^2.1.2",
    "tslib": "^1.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zgabievi/ngx-packery.git"
  },
  "keywords": [
    "grid",
    "masonry",
    "packery",
    "layout"
  ],
  "author": "Zura Gabievi <zura.gabievi@gmail.com>",
  "license": "MIT",
  "main": "bundles/ngx-packery.umd.js",
  "module": "fesm5/ngx-packery.js",
  "es2015": "fesm2015/ngx-packery.js",
  "esm5": "esm5/ngx-packery.js",
  "esm2015": "esm2015/ngx-packery.js",
  "fesm5": "fesm5/ngx-packery.js",
  "fesm2015": "fesm2015/ngx-packery.js",
  "typings": "ngx-packery.d.ts",
  "metadata": "ngx-packery.metadata.json",
  "sideEffects": false
}
