Skip to content
Snippets Groups Projects
Commit cb23533e authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Updated config dot files

parent c287f445
No related branches found
No related tags found
No related merge requests found
{ {
"generator-reveal": { "generator-reveal": {
"presentationTitle": "Débuter avec Git et Github", "presentationTitle": "Basic GIT Training",
"packageVersion": "0.0.1", "packageVersion": "0.0.1",
"useSass": false "useSass": false
} }
} }
\ No newline at end of file
{ {
"name": "debuter-avec-git-et-github", "name": "basicGitTraining",
"version": "0.0.1", "version": "0.0.1",
"dependencies": {
"reveal.js": "9da2921b7452204b99cd1b3e448e22735f16c751"
}
} }
...@@ -4,13 +4,14 @@ ...@@ -4,13 +4,14 @@
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"grunt": "~0.4.1", "grunt": "~0.4.1",
"grunt-coffeelint": "0.0.7",
"grunt-contrib-connect": "~0.5.0", "grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.4.1", "grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.7.0", "grunt-contrib-jshint": "~0.7.0",
"load-grunt-tasks": "~0.2.0", "grunt-contrib-sass": "^1.0.0",
"grunt-coffeelint": "0.0.7", "grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.9.0" "grunt-gh-pages": "~0.9.0",
"load-grunt-tasks": "~0.2.0"
}, },
"engines": { "engines": {
"node": ">=0.8.0" "node": ">=0.8.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment