{
  "name": "jquery-animate-scroll",
  "title": "jQuery Animate Scroll",
  "version": "1.0.0",
  "description": "jQuery plugin to make page scroll looks smooth by animating it.",
  "author": {
    "name": "Risan Bagja Pradana",
    "email": "risanbagja@gmail.com",
    "url": "https://github.com/risan"
  },
  "license": "MIT",
  "main": "dist/jquery.animate-scroll.js",
  "scripts": {
    "test": "gulp test",
    "build": "gulp default"
  },
  "keywords": [
    "jquery-plugin",
    "scroll",
    "animation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/risan/jquery-animate-scroll.git"
  },
  "bugs": {
    "url": "https://github.com/risan/jquery-animate-scroll/issues"
  },
  "homepage": "https://github.com/risan/jquery-animate-scroll",
  "dependencies": {
    "jquery": ">=1.3"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-jscs": "^3.0.2",
    "gulp-jshint": "^2.0.0",
    "gulp-qunit": "^1.3.0",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.5.1",
    "gulp-util": "^3.0.7",
    "gulp-watch": "^4.3.5",
    "jshint": "^2.8.0",
    "jshint-stylish": "^2.1.0",
    "qunitjs": "^1.20.0"
  }
}
