import from la bonne adresse and first refactoring for ouidade.com

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-19 11:25:19 +02:00
commit 344dae1543
2240 changed files with 288691 additions and 0 deletions
@@ -0,0 +1,35 @@
{
"name": "doc-ready",
"version": "1.0.4",
"description": "Let's get this party started... on document ready",
"main": "doc-ready.js",
"dependencies": {
"eventie": "^1"
},
"homepage": "https://github.com/desandro/doc-ready",
"authors": [
"David DeSandro"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"DOM",
"document",
"ready"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples",
"package.json",
"component.json",
"index.html"
]
}