From 39e6c9b32e5ff26ca594507dc559e8618abd74ab Mon Sep 17 00:00:00 2001 From: Chris Eich Date: Mon, 27 Jan 2014 10:08:13 -0800 Subject: [PATCH] Adding bower config --- bower.json | 23 +++++++++++++++++++++++ index.html | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..40c0e9f --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "dGrowl", + "version": "0.1.2", + "homepage": "https://github.com/stratease/dGrowl", + "authors": [ + "Eddie Daniels " + ], + "description": "A simple, extensible \"growl\" like notification widget using the dojo js framework.", + "main": "main.js", + "keywords": [ + "dojo", + "growl", + "notifications" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/index.html b/index.html index e25e557..bd1de7b 100755 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ stratease/dGrowl - +