{
  "name": "jquery-scroll-indicator-bullets",
  "version": "2.0.0",
  "description": "JQuery plugin to create a scroll indicator bullet navigation on the right side of the screen.",
  "main": "dist/jquery.scrollindicatorbullets.min.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "gulp build",
    "start": "gulp"
  },
  "keywords": [
    "jquery",
    "bullet",
    "navigation",
    "scroll",
    "scroll indicator",
    "scroll position"
  ],
  "author": "Michael Ruoss <michael.ruoss@ufirstgroup.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mruoss/jquery-scroll-indicator-bullets.git"
  },
  "devDependencies": {
    "autoprefixer-core": "^6.0.1",
    "del": "^2.2.0",
    "gulp": "^3.9.0",
    "gulp-coffee": "^2.3.1",
    "gulp-concat": "^2.6.0",
    "gulp-filter": "^3.0.1",
    "gulp-plumber": "^1.0.1",
    "gulp-postcss": "^6.0.1",
    "gulp-sass": "^2.1.1",
    "gulp-uglify": "^1.5.1",
    "gulp-util": "^3.0.7",
    "run-sequence": "^1.1.5"
  },
  "dependencies": {
    "waypoints": "^4.0.0"
  }
}
