mirror of
https://github.com/danbulant/koa-plugins
synced 2026-05-19 12:18:46 +00:00
26 lines
566 B
JSON
26 lines
566 B
JSON
{
|
|
"name": "node-fw",
|
|
"version": "1.0.0",
|
|
"description": "Plugin-based webserver for node",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"koa": "./bin/koa.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "Daniel Bulant",
|
|
"repository": {
|
|
"url": "https://github.com/danbulant/koa-plugins"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^3.0.0",
|
|
"fastcgi-client": "0.0.1",
|
|
"is-elevated": "^3.0.0",
|
|
"koa": "^2.11.0",
|
|
"mime-types": "^2.1.26",
|
|
"yargs": "^15.1.0"
|
|
}
|
|
}
|