diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30cf94c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +bower_components +node_modules + +*.sublime-* diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..3c3df66 --- /dev/null +++ b/bower.json @@ -0,0 +1,28 @@ +{ + "name": "glowing-bear", + "version": "0.0.1", + "homepage": "https://github.com/cormier/glowing-bear", + "description": "fun with weechat and websockets", + "main": "index.html", + "keywords": [ + "weechat", + "irc" + ], + "license": "GPLv3", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components" + ], + "dependencies": { + "angular": "~1.2.0", + "angular-route": "~1.2.0", + "angular-sanitize": "~1.2.0", + "angular-bindonce": "~0.2.2", + "underscore": "~1.5.2", + "jquery": "~1.10.2", + "bootstrap": "~3.0.0", + "favico.js": "0.3.0" + } +} diff --git a/index.html b/index.html index aeda74c..90d67b7 100644 --- a/index.html +++ b/index.html @@ -5,24 +5,24 @@ - + - - - - - + + + + + + + - - - +