Skip to content

Commit 9c0b3db

Browse files
committed
Adding bower config
1 parent cb2af4a commit 9c0b3db

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

bower.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "jGrowl",
3+
"version": "1.3.0",
4+
"homepage": "https://github.com/stanlemon/jGrowl",
5+
"authors": [
6+
"Stan Lemon <stosh1985@gmail.com>"
7+
],
8+
"description": "jGrowl is an unobtrusive notification system for web applications.",
9+
"main": "jquery.jgrowl.js",
10+
"keywords": [
11+
"growl",
12+
"jgrowl",
13+
"jquery",
14+
"toaster",
15+
"notification",
16+
"message"
17+
],
18+
"license": "MIT",
19+
"dependencies": {
20+
"jquery": ">=1.4"
21+
},
22+
"ignore": [
23+
"**/.*",
24+
"node_modules",
25+
"bower_components",
26+
"test",
27+
"tests"
28+
]
29+
}

0 commit comments

Comments
 (0)