mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
tree: quick demo
This commit is contained in:
13
test/tree/package.json
Normal file
13
test/tree/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user