{
  "name": "ngx-animate-css-grid",
  "version": "0.0.2",
  "description": "Angular wrapper for animate-css-grid",
  "homepage": "https://github.com/KamilPuczka/ngx-animate-css-grid",
  "keywords": [
    "angular",
    "css",
    "grid",
    "animation",
    "ng",
    "ngx",
    "transition",
    "mutation-observer",
    "layout"
  ],
  "author": "Kamil Puczka",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/KamilPuczka/ngx-animate-css-grid"
  },
  "peerDependencies": {
    "@angular/common": "^8.2.14",
    "@angular/core": "^8.2.14",
    "animate-css-grid": "^1.4.3"
  },
  "main": "bundles/ngx-animate-css-grid.umd.js",
  "module": "fesm5/ngx-animate-css-grid.js",
  "es2015": "fesm2015/ngx-animate-css-grid.js",
  "esm5": "esm5/ngx-animate-css-grid.js",
  "esm2015": "esm2015/ngx-animate-css-grid.js",
  "fesm5": "fesm5/ngx-animate-css-grid.js",
  "fesm2015": "fesm2015/ngx-animate-css-grid.js",
  "typings": "ngx-animate-css-grid.d.ts",
  "metadata": "ngx-animate-css-grid.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
