{"_id":"bootstrap-notify","_rev":"13-c2ba7ae64a91daaf80657e3cdb6b8cfb","name":"bootstrap-notify","description":"This is a simple plugin that turns standard Bootstrap alerts into \"Growl-like\" notifications.","dist-tags":{"latest":"3.1.3"},"versions":{"3.0.0":{"name":"bootstrap-notify","version":"3.0.0","description":"This is a simple plugin that turns standard Bootstrap alerts into \"Growl-like\" notifications.","repository":{"type":"git","url":"git://github.com/mouse0270/bootstrap-notify.git"},"keywords":["bootstrap","jquery","notify","notification","notifications","growl","message","notice"],"author":{"name":"mouse0270","email":"rmcintosh@remabledesigns.com"},"license":"MIT","bugs":{"url":"https://github.com/mouse0270/bootstrap-notify/issues"},"homepage":"http://bootstrap-notify.remabledesigns.com/","main":"bootstrap-notify.js","directories":{"dist":"dist"},"dependencies":{"grunt":"~0.4.4","grunt-contrib-uglify":"~0.4.0"},"devDependencies":{"grunt":"~0.4.4","grunt-contrib-uglify":"^0.4.0","grunt-contrib-jshint":"^0.10.0"},"gitHead":"bd4f977bc9736a4a474becf28e5631e249f49383","_id":"bootstrap-notify@3.0.0","scripts":{},"_shasum":"04841e618251ff0df704f10965980174aea9fe28","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dremoor","email":"dremoor@gmail.com"},"maintainers":[{"name":"dremoor","email":"dremoor@gmail.com"}],"dist":{"shasum":"04841e618251ff0df704f10965980174aea9fe28","tarball":"https://registry.npmjs.org/bootstrap-notify/-/bootstrap-notify-3.0.0.tgz","integrity":"sha512-lxscWC1rtUXWaI3+pUtoYwaD/BJSuSSS1CJqiAd96Ts9zLtNkAiZo9cNjgIuF6xG8JX5z493mzzRtTzGUjIIUw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCN3YSpZCQuNGhIwI+gMhXr2lOjG40xvrJ8POHg0RERnwIhAJ6zn2wfPlZuLRNM9eP7WaiBcHf6Qe9YHkU4CsI+NgMM"}]}},"3.1.3":{"name":"bootstrap-notify","version":"3.1.3","description":"This is a simple plugin that turns standard Bootstrap alerts into \"Growl-like\" notifications.","repository":{"type":"git","url":"git://github.com/mouse0270/bootstrap-notify.git"},"keywords":["bootstrap","jquery","notify","notification","notifications","growl","message","notice"],"author":{"name":"mouse0270","email":"rmcintosh@remabledesigns.com"},"license":"MIT","bugs":{"url":"https://github.com/mouse0270/bootstrap-notify/issues"},"homepage":"http://bootstrap-notify.remabledesigns.com/","main":"bootstrap-notify.js","files":["bootstrap-notify.js","bootstrap-notify.min.js"],"dependencies":{},"devDependencies":{"grunt":"^0.4.5","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-contrib-uglify":"^0.4.0","grunt-exec":"^0.4.6","spacejam":"^1.1.4"},"scripts":{"test":"grunt test"},"gitHead":"0f7cd5fb62de9273aa0f95052e1e8d222de29234","_id":"bootstrap-notify@3.1.3","_shasum":"7e98b3a696cf452a7b56727f0b3316a90037c10b","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"pgilad","email":"giladp007@gmail.com"},"maintainers":[{"name":"dremoor","email":"dremoor@gmail.com"},{"name":"mouse0270","email":"rmcintosh@remabledesigns.com"},{"name":"pgilad","email":"giladp007@gmail.com"}],"dist":{"shasum":"7e98b3a696cf452a7b56727f0b3316a90037c10b","tarball":"https://registry.npmjs.org/bootstrap-notify/-/bootstrap-notify-3.1.3.tgz","integrity":"sha512-cnTactFVG8aHri03+RmuZ5sl9VcA+jTTM/mTdEOQN+R1V9u4YBu8Ca+Pf6NGeVfieGv0Z6CxK8FzlWg59omzyg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBLSnrLrVJjAYw2hqqXoFnFnJAl/HT/qgT+XtIGqbYvZAiEAkt+sQ5EFMdKB+39Uj8B0WLtq9bByUcimv0p5XmOM6EE="}]}}},"readme":"# Bootstrap Notify\nThis is a simple plugin that turns standard Bootstrap alerts into \"Growl-like\" notifications.\n\n## Bower Officially Supported\nI would like to thank [Błażej Krysiak](https://github.com/IjinPL) for doing this!\n```\nbower install remarkable-bootstrap-notify\n```\n\n## Meteor Officially Supported\nMeteor integration by [zimme](https://github.com/zimme).\n\n```sh\nmeteor add mouse0270:bootstrap-notify\n```\n\n## Changelog\n##### Version 3.1.3\n- Added Meteor Support\n- Fixed issue with Glyphicons Pro\n- Updating version pattern.\n```\nx.y.z\nx = Main version of the plugin\ny = New features were added to the plugin\nz = Fixes/patches to existing features of the plugin\n```\n\n##### [Version 3.0.2](http://bootstrap-notify.remabledesigns.com/3.0.2/)\n- Fixed update for backwards compatibility\n\n##### [Version 3.0.1](http://bootstrap-notify.remabledesigns.com/3.0.1/)\n- Add the ability to update multiple values in one call\n- Turn off Progress bar\n- Set Progress bar value / Progress bar not shown by default\n``` javascript\n//Update\nvar notify = $.notify('<strong>Saving</strong> Do not close this page...', { allow_dismiss: false });\nnotify.update({ type: 'success', '<strong>Success</strong> Your page has been saved!' });\n\n// Turn of Progress bar on\n$.notify('I have a progress bar', { showProgressbar: true });\n\n// Update Progress bar\nvar notify = $.notify('<strong>Saving</strong> Do not close this page...', { allow_dismiss: false });\nnotify.update({ type: 'warning', '<strong>Oops</strong> Something happened. Correcting Now', progress: 20 });\n```\n\n##### [Version 3.0.0](http://bootstrap-notify.remabledesigns.com/3.0.0/)\n- New template structure\n- Better event handling for onShow, onShown, onClose, onClosed\n- updating notification content will reposition growls below it\n- Fixed updating icon images\n- Fixed IE Issues with Growl URL not being able to be clicked on\n- Added the ability to show progress bars\n- Added the ability to pass position in the settings\n- Added *_newest_on_top_* option that allows new growls to push down old growls\n- Added Transition CSS to plugin\n```css\ntranition: all 0.5 ease-in-out;\n```\n- Remember to read to documenation. I use custom css style's for the progress bar that you can find there. This was left out of the plugin so you could choose to use the default progressbar styles provided for bootstrap or write your own.\n\n##### [Version 2.0.1](http://bootstrap-growl.remabledesigns.com/2.0.1/)\n- Added the ability to set an X and Y value within the offset option\n- Added callback options onShow, onShown, onHide and onHidden\n- Added a close all method to close all open growls\n\n##### [Version 2.0.0a3](http://bootstrap-growl.remabledesigns.com/2.0.0a3/)\n- Fixed issue with growl not closing if there was no CSS animations\n\n##### [Version 2.0.0a2](http://bootstrap-growl.remabledesigns.com/2.0.0a2/) (with IE8 Support)\n- Changed animate.in to animate.enter for IE8 compatibility\n- Changed animate.out to animate.exit for IE8 compatibility\n- Modified .is(':hover') for IE8 compatibility\n\n##### [Version 2.0.0a1](http://bootstrap-growl.remabledesigns.com/2.0.0a1/)\n- Better Minification\n\n##### [Version 2.0.0a](http://bootstrap-growl.remabledesigns.com/2.0.0a1/)\n- Major rewright of the plugin file.\n- Added the ability to pass the growl a link making it clickable.\n- Added the ability to control the growl animations in and out using css.\n- Added the ability to set growl settings globally.\n- Removed jQuery fadeIn (use css to control growl animations)\n\n##### [Version 1.0.6](http://bootstrap-growl.remabledesigns.com/1.0.6/)\n- Added onGrowlShow and onGrowlShown callback functionality.\n\n##### Version 1.0.5\n- Better positioning when using CSS animations after growl closes.\n\n##### Version 1.0.4\n- Updated $.growl() to return a wrapper object with a small API to let you control individual notifications after they have been created.\n- Added onGrowlClose and onGrowlClosed callback functionality.\n\n##### Version 1.0.3\n- Made jQuery $.extend() Recursive so when you change just one option under position or template the script wont fail\n\n##### Version 1.0.2\n- Fixed an issue where $.growl(\"message\") would thrown an exception | Provided by [DannyJo](https://github.com/DannyJo/bootstrap-growl)\n\n##### Version 1.0.0\n- Initial Release\n\n## Demo\nI have created a small demo to show off some of the features that you can use with this plugin. http://bootstrap-growl.remabledesigns.com/\n\n## Dependencies\n- [jQuery v1.10.2](http://jquery.com/)\n- [Bootstrap v2.0.0 - 3.2.0](http://getbootstrap.com/)\n\n\n## Documentation\nThere is alot of documentation on the website. Click the link below to read it.\n- [Documentation](http://bootstrap-notify.remabledesigns.com/#documentation)\n\n## Copyright and License\nThe MIT License (MIT)\nCopyright (c) 2015 Robert McIntosh\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","maintainers":[{"name":"dremoor","email":"dremoor@gmail.com"},{"name":"mouse0270","email":"rmcintosh@remabledesigns.com"},{"name":"pgilad","email":"giladp007@gmail.com"}],"time":{"modified":"2022-06-13T04:57:21.960Z","created":"2015-03-22T12:57:32.226Z","3.0.0":"2015-03-22T12:57:32.226Z","3.1.3":"2015-06-10T15:32:43.009Z"},"homepage":"http://bootstrap-notify.remabledesigns.com/","keywords":["bootstrap","jquery","notify","notification","notifications","growl","message","notice"],"repository":{"type":"git","url":"git://github.com/mouse0270/bootstrap-notify.git"},"author":{"name":"mouse0270","email":"rmcintosh@remabledesigns.com"},"bugs":{"url":"https://github.com/mouse0270/bootstrap-notify/issues"},"license":"MIT","readmeFilename":"README.md","users":{"mouse0270":true,"pgilad":true,"hybridpenguin":true,"pmasa":true,"chinawolf_wyp":true,"myorkgitis":true}}