@pageblock/attributes-countdown
Version:
Create customizable countdown timers for Webflow with no-code.
46 lines (45 loc) • 965 B
JSON
{
"name": "@pageblock/attributes-countdown",
"version": "0.1.8",
"description": "Create customizable countdown timers for Webflow with no-code.",
"type": "module",
"main": "index.js",
"files": [
"index.js",
"index.css",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"pageblock",
"webflow",
"attributes",
"no-code",
"countdown",
"timer",
"clock",
"date"
],
"author": "PageBlock",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Blackout-Media/pageblock-attributes.git"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"postcss": "^8.4.35",
"rollup": "^4.12.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.69.0"
}
}