splitview: visibility

This commit is contained in:
Joao Moreno
2019-07-10 12:06:14 +02:00
parent f857d0456d
commit a861b8bfd2
6 changed files with 508 additions and 8 deletions

View File

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