timelaps video and data to json sh script

This commit is contained in:
Bachir Soussi Chiadmi
2016-06-29 14:40:18 +02:00
parent 1dfd58f8d7
commit 653557bdda
503 changed files with 562 additions and 2 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "hehe-rover",
"description": "hehe rover website",
"main": "gulpfile.js",
"authors": [
"Bachir Soussi Chiadmi"
],
"license": "MIT",
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "",
"normalize-css": "",
"leaflet": "",
"vis":""
},
"devDependencies": {}
}