We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c54692 + 3c8fec8 commit e539736Copy full SHA for e539736
1 file changed
bower.json
@@ -0,0 +1,22 @@
1
+{
2
+ "name": "bootstrap-growl",
3
+ "main": "bootstrap-growl.js",
4
+ "version": "1.0.6",
5
+ "homepage": "http://bootstrap-growl.remabledesigns.com/",
6
+ "authors": [
7
+ "mouse0270 <rmcintosh@remabledesigns.com>"
8
+ ],
9
+ "description": "This is a simple plugin that turns standard Bootstrap alerts into \"Growl-like\" notifications.",
10
+ "keywords": [
11
+ "bootstrap",
12
+ "growl"
13
14
+ "dependencies": {
15
+ "jquery": ">=1.10.2",
16
+ "bootstrap": ">=2.0.0"
17
+ },
18
+ "license": "MIT",
19
+ "ignore": [
20
+ "test"
21
+ ]
22
+}
0 commit comments