diff options
Diffstat (limited to 'library/jgrowl/bower.json')
-rw-r--r-- | library/jgrowl/bower.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/library/jgrowl/bower.json b/library/jgrowl/bower.json new file mode 100644 index 000000000..15cfc754b --- /dev/null +++ b/library/jgrowl/bower.json @@ -0,0 +1,32 @@ +{ + "name": "jGrowl", + "version": "1.4.5", + "homepage": "https://github.com/stanlemon/jGrowl", + "authors": [ + "Stan Lemon <stosh1985@gmail.com>" + ], + "description": "jGrowl is an unobtrusive notification system for web applications.", + "main": [ + "jquery.jgrowl.css", + "jquery.jgrowl.js" + ], + "keywords": [ + "growl", + "jgrowl", + "jquery", + "toaster", + "notification", + "message" + ], + "license": "MIT", + "dependencies": { + "jquery": ">=1.4" + }, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} |