node-selendang
Version:
A lightweight and customizable reading progress bar library for web pages, designed to enhance user experience by indicating how much content remains.
40 lines (39 loc) • 1.03 kB
JSON
{
"name": "node-selendang",
"description": "A lightweight and customizable reading progress bar library for web pages, designed to enhance user experience by indicating how much content remains.",
"keywords": [
"reading-bar",
"progress-bar",
"scroll-indicator",
"reading-progress",
"scroll-progress",
"reading-ui",
"user-experience",
"frontend",
"javascript",
"web"
],
"version": "1.0.2",
"type": "module",
"author": "Agung Sundoro",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/artistudioxyz/node-selendang.git"
},
"bugs": {
"url": "https://github.com/artistudioxyz/node-selendang/issues"
},
"homepage": "https://github.com/artistudioxyz/node-selendang#readme",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c --watch"
},
"devDependencies": {
"@rollup/plugin-typescript": "^10.0.1",
"rollup": "^3.9.1",
"rollup-plugin-scss": "^3.0.0",
"sass": "^1.57.1",
"typescript": "^4.6.4"
}
}