This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

27
lib/js/bower.json Normal file
View file

@ -0,0 +1,27 @@
{
"name": "remarkable-bootstrap-notify",
"main": "bootstrap-notify.js",
"version": "3.1.7",
"homepage": "http://bootstrap-notify.remabledesigns.com/",
"authors": [
"mouse0270 <rmcintosh@remabledesigns.com>"
],
"description": "This is a simple plugin that turns standard Bootstrap alerts into \"Growl-like\" notifications.",
"keywords": [
"remarkable",
"bootstrap",
"jquery",
"notify",
"notification",
"notifications",
"growl",
"message",
"notice"
],
"dependencies": {
"jquery": ">=1.10.2",
"bootstrap": ">=2.0.0"
},
"license": "MIT",
"ignore": []
}