Ajout de la configuration de build.
Showing
+1154 -0
.gitattributes
0 → 100644
Gruntfile.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "reveal.js-irstea", | |||
"version": "0.0.1", | |||
"description": "Thème Irstea pour reveal.js", | |||
"scripts": { | |||
"build": "grunt" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+ssh://git@gitlab-ssh.irstea.fr/guillaume.perreal/reveal.js" | |||
}, | |||
"keywords": [ | |||
"reveal.js", | |||
"irstea" | |||
], | |||
"author": "Guillaume Perréal", | |||
"license": "MIT", | |||
"devDependencies": { | |||
"grunt": "^1.0.4", | |||
"grunt-contrib-clean": "^2.0.0", | |||
"grunt-contrib-copy": "^1.0.0", | |||
"grunt-exec": "^3.0.0", | |||
"load-grunt-tasks": "^5.1.0", | |||
"reveal.js": "^3.8.0" | |||
} | |||
} |
Please register or sign in to comment