From bb60d2fc7c06ec661e4c66ac8778e1f2070103cd Mon Sep 17 00:00:00 2001 From: "Eran (ev672n), Vosk" Date: Mon, 29 Oct 2018 18:38:10 +0200 Subject: Sync code Sync the code between repositories Change-Id: Ic431c58c68716b6d401954fb854a183e0d222f57 Issue-ID: SDC-1874 Signed-off-by: Eran (ev672n), Vosk --- .../remarkable-bootstrap-notify/.bower.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app/bower_components/remarkable-bootstrap-notify/.bower.json (limited to 'app/bower_components/remarkable-bootstrap-notify/.bower.json') 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..73e2f3c --- /dev/null +++ b/app/bower_components/remarkable-bootstrap-notify/.bower.json @@ -0,0 +1,36 @@ +{ + "name": "remarkable-bootstrap-notify", + "main": "bootstrap-notify.js", + "version": "3.1.3", + "homepage": "http://bootstrap-notify.remabledesigns.com/", + "authors": [ + "mouse0270 " + ], + "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": [], + "_release": "3.1.3", + "_resolution": { + "type": "version", + "tag": "3.1.3", + "commit": "c6a3e3acafda0815cce3703103499b6262500cd7" + }, + "_source": "https://github.com/mouse0270/bootstrap-notify.git", + "_target": "3.1.3", + "_originalSource": "remarkable-bootstrap-notify" +} \ No newline at end of file -- cgit 1.2.3-korg