navbar
Version:
A tiny library to create nav elements that smart update on scroll to keep the correct item active.
34 lines (33 loc) • 787 B
JSON
{
"name": "navbar",
"version": "3.0.1",
"description": "A tiny library to create nav elements that smart update on scroll to keep the correct item active.",
"type": "module",
"main": "navbar.js",
"repository": {
"type": "git",
"url": "git+https://codeberg.org/qubyte/navbar.git"
},
"homepage": "https://codeberg.org/qubyte/navbar#navbar",
"scripts": {
"test": "testem ci",
"lint": "eslint ."
},
"keywords": [
"navigation",
"tracking"
],
"author": "Aura N. Everitt",
"license": "MIT",
"bugs": {
"url": "https://codeberg.org/qubyte/navbar/issues"
},
"files": [],
"devDependencies": {
"eslint": "^9.33.0",
"eslint-config-qubyte": "^6.0.0",
"mocha": "^11.7.1",
"sinon": "^21.0.0",
"testem": "^3.16.0"
}
}