docker
Showing
This diff is collapsed.
aria2.conf
0 → 100644
entrypoint.sh
0 → 100755
| ... | ... | @@ -13,21 +13,16 @@ |
| "aria2": "^3.0.0", | ||
| "async-busboy": "^0.4.0", | ||
| "bluebird": "^3.5.0", | ||
| "dot-env": "^0.0.1", | ||
| "dotenv": "^4.0.0", | ||
| "fs-extra-promise": "^1.0.1", | ||
| "inversify": "^3.3.0", | ||
| "iridium": "^7.1.6", | ||
| "is-zip": "^1.0.0", | ||
| "koa": "^2.0.0", | ||
| "koa-bodyparser": "^4.2.0", | ||
| "koa-hbs": "next", | ||
| "koa-log4": "^2.1.0", | ||
| "koa-router": "^7.0.1", | ||
| "mime": "^1.3.4", | ||
| "mongoose": "^4.9.4", | ||
| "mongoose-timestamp": "^0.6.0", | ||
| "mongoose-unique-validator": "^1.0.4", | ||
| "tmp": "0.0.31", | ||
| "uuid": "^3.0.1", | ||
| "vercomp": "^1.0.2" | ||
| ... | ... | @@ -40,14 +35,10 @@ |
| "@types/koa-bodyparser": "^3.0.22", | ||
| "@types/koa-router": "^7.0.22", | ||
| "@types/log4js": "0.0.32", | ||
| "@types/mongodb": "^2.1.36", | ||
| "@types/mongoose": "^4.7.8", | ||
| "@types/node": "^7.0.13", | ||
| "@types/pluralize": "0.0.27", | ||
| "@types/tmp": "0.0.32", | ||
| "@types/uuid": "^2.0.29", | ||
| "concurrently": "^3.1.0", | ||
| "lite-server": "^2.2.2", | ||
| "nodemon": "^1.11.0", | ||
| "tslint": "^5.1.0", | ||
| "typescript": "^2.1.4" | ||
| ... | ... |
src/routes/upload.ts
deleted
100644 → 0
Please register or sign in to comment