1
0
mirror of https://github.com/tomasvarg/testground-web-devel.git synced 2026-03-01 08:28:49 +00:00
testground-web-devel/node/upload-serve-files-koa_v1/package.json

21 lines
497 B
JSON

{
"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": " <tomas.varga.cz@gmail.com>",
"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": {}
}