Skip to content

Commit 7eb78ad

Browse files
committed
Add vix.json for @vix/p2p_http module (header-and-source)
1 parent bf7237e commit 7eb78ad

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

vix.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "p2p_http",
3+
"namespace": "vix",
4+
"version": "0.1.0",
5+
"type": "header-and-source",
6+
"include": "include",
7+
"src": "src",
8+
"license": "MIT",
9+
"description": "HTTP layer for Vix P2P networking: P2PHttp server, middleware, routing, and options handling.",
10+
"keywords": [
11+
"cpp",
12+
"vix",
13+
"p2p",
14+
"http",
15+
"server",
16+
"routing",
17+
"middleware",
18+
"network"
19+
],
20+
"repository": "https://github.com/vixcpp/p2p_http",
21+
"authors": [
22+
{
23+
"name": "Gaspard Kirira",
24+
"github": "Gaspardkirira"
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)