diff options
Diffstat (limited to 'app/bower_components/remarkable-bootstrap-notify/bower.json')
-rw-r--r-- | app/bower_components/remarkable-bootstrap-notify/bower.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app/bower_components/remarkable-bootstrap-notify/bower.json b/app/bower_components/remarkable-bootstrap-notify/bower.json new file mode 100644 index 0000000..47e4027 --- /dev/null +++ b/app/bower_components/remarkable-bootstrap-notify/bower.json @@ -0,0 +1,27 @@ +{ + "name": "remarkable-bootstrap-notify", + "main": "bootstrap-notify.js", + "version": "3.1.3", + "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": [] +} |