-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
40 lines (40 loc) · 1.19 KB
/
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
{
"name": "http-status-codes-cpp",
"version": "1.5.0",
"description": "HTTP Status Codes and Reason Phrases for C, C++ and Qt",
"scripts": {
"check-http-status-codes-update": "node .github/checkForHttpStatusCodesUpdate.js",
"update-http-status-codes": "node .github/updateHttpStatusCodes.js",
"check-qnetworkreply-error-codes-update": "node .github/checkQNetworkReplyErrorCodeUpdate.js",
"update-qnetworkreply-error-codes": "node .github/updateQNetworkReplyErrorCodes.js"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/j-ulrich/http-status-codes-cpp.git"
},
"keywords": [
"http",
"status-codes",
"cpp",
"qt",
"c",
"c-plus-plus",
"c++"
],
"author": "Jochen Ulrich <jochenulrich@t-online.de>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/j-ulrich/http-status-codes-cpp/issues"
},
"homepage": "https://github.com/j-ulrich/http-status-codes-cpp#readme",
"devDependencies": {
"@j-ulrich/git-flow-silent-release": "^1.0.1",
"@j-ulrich/release-it-regex-bumper": "^3.0.1",
"diff": "^4.0.0",
"node-fetch": "^2.3.0",
"release-it": "^14.11.6"
}
}