{
  "name": "jquery-animate-scroll",
  "description": "jQuery plugin to make page scroll looks smooth by animating it.",
  "author": {
    "name": "Risan Bagja Pradana",
    "email": "risanbagja@gmail.com",
    "homepage": "https://github.com/risan"
  },
  "license": "MIT",
  "main": "dist/jquery.animate-scroll.js",
  "keywords": [
    "jquery-plugin",
    "scroll",
    "animation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/risan/jquery-animate-scroll.git"
  },
  "dependencies": {
    "jquery": ">=1.3"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "demo"
  ]
}
