mirror of
https://github.com/Wessel/kirbe.git
synced 2026-06-05 23:25:45 +02:00
39 lines
789 B
JSON
39 lines
789 B
JSON
{
|
|
"name": "kirbe",
|
|
"version": "0.0.4",
|
|
"description": "👻 A powerful and lightweight Node.js HTTP server library",
|
|
"main": "index.js",
|
|
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"files": [
|
|
"index.js",
|
|
"model",
|
|
"extensions",
|
|
"LICENSE",
|
|
"fake_node_modules"
|
|
],
|
|
"bugs": {
|
|
"url": "https://www.github.com/PassTheWessel/kirbe/issues"
|
|
},
|
|
"homepage": "https://www.github.com/PassTheWessel/kirbe#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://www.github.com/PassTheWessel/kirbe"
|
|
},
|
|
"keywords": [
|
|
"framework",
|
|
"fast",
|
|
"web",
|
|
"rest",
|
|
"restful",
|
|
"router",
|
|
"app",
|
|
"api",
|
|
"lightweight"
|
|
],
|
|
"devDependencies": {
|
|
"wumpfetch": "^0.0.5"
|
|
}
|
|
}
|