{
  "name": "ng-scrollreveal",
  "version": "2.2.0",
  "description": "Angular 2+ directives for ScrollReveal JS: Easy scroll animations library for web and mobile browsers.",
  "keywords": [
    "ng",
    "angular",
    "scrollreveal",
    "animation",
    "animated",
    "scroll",
    "reveal"
  ],
  "author": {
    "name": "Tine Kondo",
    "url": "https://github.com/tinesoft"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tinesoft/ng-scrollreveal.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tinesoft/ng-scrollreveal/issues"
  },
  "homepage": "https://github.com/tinesoft/ng-scrollreveal",
  "main": "bundles/ng-scrollreveal.umd.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "peerDependencies": {
    "@angular/common": ">=2.0.0",
    "@angular/core": ">=2.0.0",
    "scrollreveal": ">=3.3.6"
  }
}