scroll-navigation-menu
Version:
A library to perform animated scrolling between sections and highlight the active section's <a> tag in the navigation menu
45 lines (44 loc) • 1.35 kB
JSON
{
"name": "scroll-navigation-menu",
"version": "0.1.7",
"description": "A library to perform animated scrolling between sections and highlight the active section's <a> tag in the navigation menu",
"main": "dist/scroll-navigation-menu.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --inline --hot --config webpack.config.js",
"production": "webpack --progress --config webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhonnymichel/scroll-navigation-menu.git"
},
"keywords": [
"menu",
"anchor",
"scroll",
"anchors",
"animated",
"scroll",
"anchor",
"navigation",
"navigation",
"menu"
],
"author": "Jhonny Michel <jhonnymichel@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhonnymichel/scroll-navigation-menu/issues"
},
"homepage": "https://github.com/jhonnymichel/scroll-navigation-menu#readme",
"devDependencies": {
"animated-scroll-to": "^1.1.8",
"babel": "^6.23.0",
"babel-loader": "^7.1.3",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-preset-env": "^1.6.1",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9",
"webpack-dev-server": "^3.0.0"
}
}