diff --git a/.gitignore b/.gitignore
index de4d1f0..f371905 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
+bower_components
dist
node_modules
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..fee5509
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,34 @@
+{
+ "name": "kaamelott-soundboard",
+ "description": "Quelques-unes des meilleures répliques sonores de Kaamelott. C'était ça ou chante Sloubi.",
+ "main": "js/app/main.js",
+ "authors": [
+ "Antoine @2ec0b4"
+ ],
+ "license": "MIT",
+ "keywords": [
+ "kaamelott",
+ "soundboard"
+ ],
+ "homepage": "https://github.com/2ec0b4/kaamelott-soundboard",
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "backbone.marionette": "^2.4.6",
+ "backbone.radio": "^1.0.5",
+ "handlebars": "^4.0.5",
+ "jquery": "^2.2.4",
+ "ilyabirman-likely": "^2.1.0",
+ "require-css": "^0.1.8",
+ "require-handlebars-plugin": "^1.0.0",
+ "requirejs": "^2.2.0",
+ "requirejs-text": "^2.0.12",
+ "underscore": "^1.8.3"
+ }
+}
diff --git a/index.html b/index.html
index a0450dd..2fdc202 100644
--- a/index.html
+++ b/index.html
@@ -72,6 +72,6 @@
-
+