dxb-count-to
Version:
A vanilla JavaScript counter animation plugin with IntersectionObserver integration
31 lines • 783 B
JSON
{
"name": "dxb-count-to",
"version": "1.0.0",
"description": "A vanilla JavaScript counter animation plugin with IntersectionObserver integration",
"main": "dxb-count-to.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "terser dxb-count-to.js -c -m -o dxb-count-to.min.js"
},
"keywords": [
"counter",
"animation",
"vanilla",
"javascript",
"intersection-observer",
"dxpr"
],
"author": "DXPR",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dxpr/dxb-count-to.git"
},
"bugs": {
"url": "https://github.com/dxpr/dxb-count-to/issues"
},
"homepage": "https://github.com/dxpr/dxb-count-to#readme",
"devDependencies": {
"terser": "^5.19.2"
}
}