tree: quick demo

This commit is contained in:
Joao Moreno
2018-06-24 23:20:32 +02:00
parent 6e270a1ea5
commit 0e38cbebb0
4 changed files with 364 additions and 14 deletions

13
test/tree/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "tree",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"koa": "^2.5.1",
"koa-mount": "^3.0.0",
"koa-route": "^3.2.0",
"koa-static": "^5.0.0",
"mz": "^2.7.0"
}
}