@mobiloud/push-banner-widget
Version:
Smart, responsive banner widget for enabling push notifications in MobiLoud apps. Features session limiting, mobile optimization, and zero dependencies.
39 lines • 1.07 kB
JSON
{
"name": "@mobiloud/push-banner-widget",
"version": "1.0.2",
"description": "Smart, responsive banner widget for enabling push notifications in MobiLoud apps. Features session limiting, mobile optimization, and zero dependencies.",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "python3 -m http.server 8000 || python -m SimpleHTTPServer 8000",
"serve": "npm run dev"
},
"keywords": [
"push-notifications",
"banner",
"widget",
"mobiloud",
"responsive",
"mobile",
"notifications",
"javascript",
"vanilla-js",
"no-dependencies",
"session-limiting"
],
"author": "MobiLoud Team <support@mobiloud.com>",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/50pixels/ml-push-banner.git"
},
"bugs": {
"url": "https://github.com/50pixels/ml-push-banner/issues"
},
"homepage": "https://github.com/50pixels/ml-push-banner/#readme",
"files": [
"script.js",
"README.md"
]
}