From 554615ba4b40c9521f75f3e6064f0c63d37585a6 Mon Sep 17 00:00:00 2001 From: Sebastien Nicouleaud Date: Fri, 27 Sep 2013 13:17:06 +0200 Subject: [PATCH] Basic bower package file --- bower.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bower.json 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" +}