rc-anywhere
Version:
一个简单的Koa静态服务器,支持代理配置
42 lines (41 loc) • 953 B
JSON
{
"name": "rc-anywhere",
"version": "1.1.3",
"main": "lib/server.js",
"bin": {
"rc-anywhere": "bin/koa-server.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/koa-server.js"
},
"author": "",
"license": "ISC",
"description": "一个简单的Koa静态服务器,支持代理配置",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"http-proxy-middleware": "^3.0.5",
"koa": "^2.16.1",
"koa-connect": "^2.1.0",
"koa-mount": "^4.0.0",
"koa-router": "^13.0.1",
"koa-static": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/chenxigeng/rc-anywhere.git"
},
"bugs": {
"url": "https://github.com/chenxigeng/rc-anywhere/issues"
},
"homepage": "https://github.com/chenxigeng/rc-anywhere",
"keywords": [
"koa",
"static",
"server",
"proxy",
"anywhere",
"rc-anywhere"
]
}