added pages and keyboard navigation

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-20 11:43:52 +01:00
parent 5a3856e75b
commit 6850fa4d50
191 changed files with 34413 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "Ananthology",
"description": "Ananthologie project from archeo010110",
"main": "gulpfile.js",
"authors": [
"Bachir Soussi Chiadmi"
],
"license": "GPLV3",
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.1.1",
"normalize-css": "normalize.css#^5.0.0",
"KeyboardJS": "^2.3.3"
},
"devDependencies": {}
}