Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "fsgod", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Secure file sharing, hosting, and transfer", | ||
@@ -15,3 +15,19 @@ "main": "index.js", | ||
"path": "^0.12.7" | ||
} | ||
} | ||
}, | ||
"keywords": [ | ||
"directories", | ||
"directory", | ||
"file", | ||
"files", | ||
"folders", | ||
"hosting", | ||
"file managment", | ||
"file system", | ||
"folder managment", | ||
"file hosting", | ||
"file sharing", | ||
"document sharing", | ||
"document managment", | ||
"document" | ||
] | ||
} |
@@ -6,3 +6,3 @@ | ||
The only component thus far (v 1.0.3) is the Virtual Directory Tree (VDT). | ||
The only component thus far (v 1.0.4) is the Virtual Directory Tree (VDT). | ||
@@ -35,3 +35,3 @@ The purpose of this library is to make dynamic managing of any size of file system easy and quick. | ||
The `vdt` object that gets passed to the callback in ```fsgod.VDT``` is the Virtual Directory Tree. ```fsgod.VDT``` recursively walks through a specified folder and builds each item into a JavaScript object and passes it back to the user in the callback. For the meantime (v1.0.3), ```fsgod.VDT``` can only be used to read data. If you'd like to help, email me at maui.wowie@tuta.io. | ||
The `vdt` object that gets passed to the callback in ```fsgod.VDT``` is the Virtual Directory Tree. ```fsgod.VDT``` recursively walks through a specified folder and builds each item into a JavaScript object and passes it back to the user in the callback. For the meantime (v1.0.4), ```fsgod.VDT``` can only be used to read data. If you'd like to help, email me at maui.wowie@tuta.io. | ||
@@ -38,0 +38,0 @@ | VDT object keys | Usage | Type | |
6181