diff --git a/.yo-rc.json b/.yo-rc.json
index d7d5b0ea751e1dfa51670438c73c9998959daca3..0732654008a2e55a0a39db913293a2628bfa7ef3 100644
--- a/.yo-rc.json
+++ b/.yo-rc.json
@@ -1,7 +1,7 @@
 {
   "generator-reveal": {
-    "presentationTitle": "Débuter avec Git et Github",
+    "presentationTitle": "Basic GIT Training",
     "packageVersion": "0.0.1",
     "useSass": false
   }
-}
\ No newline at end of file
+}
diff --git a/bower.json b/bower.json
index 9517957a7e56be61656fb0e1fd313cd59c4d677f..d3a938b80de5649b6f4da2e146499e746937b6df 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,4 @@
 {
-  "name": "debuter-avec-git-et-github",
+  "name": "basicGitTraining",
   "version": "0.0.1",
-  "dependencies": {
-    "reveal.js": "9da2921b7452204b99cd1b3e448e22735f16c751"
-  }
 }
diff --git a/package.json b/package.json
index b3951b4e2819b342103c679c24eb9356549d7274..2e3e9902d1e9e0cf692e73aa3386a68859b5a881 100644
--- a/package.json
+++ b/package.json
@@ -4,13 +4,14 @@
   "private": true,
   "devDependencies": {
     "grunt": "~0.4.1",
+    "grunt-coffeelint": "0.0.7",
     "grunt-contrib-connect": "~0.5.0",
-    "grunt-contrib-watch": "~0.5.3",
     "grunt-contrib-copy": "~0.4.1",
     "grunt-contrib-jshint": "~0.7.0",
-    "load-grunt-tasks": "~0.2.0",
-    "grunt-coffeelint": "0.0.7",
-    "grunt-gh-pages": "~0.9.0"
+    "grunt-contrib-sass": "^1.0.0",
+    "grunt-contrib-watch": "~0.5.3",
+    "grunt-gh-pages": "~0.9.0",
+    "load-grunt-tasks": "~0.2.0"
   },
   "engines": {
     "node": ">=0.8.0"