ola3doc first release

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-02 15:43:18 +01:00
commit e7653223a6
166 changed files with 35017 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "ola-2",
"description": "Documentation tool for OLA#2 workshop",
"main": "gulpfile.js",
"authors": [
"Bachir Soussi Chiadmi",
"Raphaël Bastide",
"Sarah Garcin"
],
"license": "GPL-3.0",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.1.0"
}
}