Skip to content

Commit e539736

Browse files
committed
Merge pull request #6 from IjinPL/master
Added bower support
2 parents 4c54692 + 3c8fec8 commit e539736

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)