@flowbase-co/boosters-countup
Version:
Easily count up to a specific number when the element is in view. Select properties via attributes.
40 lines • 852 B
JSON
{
"name": "@flowbase-co/boosters-countup",
"description": "Easily count up to a specific number when the element is in view. Select properties via attributes.",
"homepage": "https://www.flowbase.co/",
"version": "1.0.2",
"type": "module",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flowbase-co/flowbase-boosters.git"
},
"main": "dist/countup.js",
"files": [
"dist"
],
"keywords": [
"webflow",
"attributes",
"flowbase",
"no code",
"countup"
],
"author": {
"name": "Flowbase",
"url": "https://www.flowbase.co/"
},
"dependencies": {
"counterup2": "^2.0.2"
},
"devDependencies": {
"vite": "^4.2.1",
"@flowbase-co/tsconfig": "1.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build"
}
}