{ "name": "upload-serve-files-koa_v1", "version": "1.0.0", "description": "Testing point for downloads & uploads", "main": "index.js", "scripts": { "serve": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": " ", "license": "ISC", "dependencies": { "co-busboy": "^1.3.1", "koa": "^1.2.0", "koa-mount": "^1.3.0", "koa-sendfile": "^2.0.0", "koa-static": "^2.0.0" }, "devDependencies": {} }