{
  "name": "angular-smooth-scrollbar",
  "version": "7.2.0",
  "authors": [
    "Dolphin Wood <dolphin.w.e@gmail.com>"
  ],
  "description": "An angular module that allows you customize smooth scrollbars",
  "main": "dist/angular-smooth-scrollbar.js",
  "moduleType": [
    "es6"
  ],
  "keywords": [
    "angular",
    "scrollbar",
    "customize",
    "acceleration",
    "performance"
  ],
  "license": "MIT",
  "homepage": "https://github.com/idiotWu/angular-smooth-scrollbar",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "build",
    "tests"
  ],
  "dependencies": {
    "angular": "~1.4.3",
    "smooth-scrollbar": "^7.2.0"
  }
}
