diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..7ba01a4 --- /dev/null +++ b/bower.json @@ -0,0 +1,14 @@ +{ + "name": "notifyjs", + "version": "0.3.1", + "homepage": "http://notifyjs.com/", + "authors": [ + "Jaime Pillora " + ], + "description": "A simple, versatile notification library", + "main": "dist/notify.js", + "keywords": [ + "notification" + ], + "license": "MIT" +}