{
  "name": "single-page-nav",
  "version": "1.0.0",
  "description": "Apply the 'singlePageNav' function to a container element. Clicking on any links within the container will cause an animated scroll down to the element whose ID is identified by that link's \"hash\" (if it exists). The  currently highlighted link in the nav bar will also cycle as the user scrolls  down the page (useful with a fixed-position nav bar. Intended for use on single  page websites, such as a portfolio.",
  "main": "jquery.singlePageNav.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChrisWojcik/single-page-nav.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ChrisWojcik/single-page-nav/issues"
  },
  "homepage": "https://github.com/ChrisWojcik/single-page-nav#readme",
  "devDependencies": {
    "jquery": "^3.3.1"
  }
}
