@contentpilot/sticky-navigation
Version:
Add identifiers and activate the anchors that have these identifier and are intercepted with the scroll.
29 lines (28 loc) • 609 B
JSON
{
"name": "@contentpilot/sticky-navigation",
"version": "1.7.2",
"description": "Add identifiers and activate the anchors that have these identifier and are intercepted with the scroll.",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/contentpilot/sticky-navigation"
},
"keywords": [
"WordPress",
"navigation",
"Content",
"Pilot"
],
"author": "Content Pilot",
"license": "MIT",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-jsdoc": "^48.5.2"
},
"scripts": {
"lint": "eslint *.js --fix"
}
}