-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 960 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "http",
"repo": "daddinuz/http",
"version": "0.3.0",
"license": "MIT",
"description": "HTTP requests made easier.",
"keywords": [
"http",
"https",
"requests"
],
"src": [
"sources/http.c",
"sources/http.h",
"sources/http_error.c",
"sources/http_error.h",
"sources/http_fire_result.c",
"sources/http_fire_result.h",
"sources/http_maybe_text.c",
"sources/http_maybe_text.h",
"sources/http_method.c",
"sources/http_method.h",
"sources/http_request.c",
"sources/http_request.h",
"sources/http_response.c",
"sources/http_response.h",
"sources/http_status.c",
"sources/http_status.h"
],
"dependencies": {
"daddinuz/atom": "0.1.0",
"daddinuz/text": "0.1.0",
"daddinuz/error": "0.2.0",
"daddinuz/panic": "0.3.0"
},
"development": {
"daddinuz/traits": "3.2.0",
"daddinuz/traits-unit": "3.0.0"
},
"makefile": "sources/build.cmake"
}