-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.49 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
41
42
43
44
45
46
47
48
{
"name": "blog",
"description": "@RalphHightower/blog – This is my personal blog with a heavy anti-Trump emphasis, occasionally a post that's non-political. 2015, I assessed Trump as a stupid, effing idiot with severe character flaws. 2024 pre-election, I had concerns for democracy; post-election, I have fears for democracy. This blog is built with Jekyll 4.3.4. No code.",
"author": {
"name": "Ralph Hightower",
"email": "[email protected]",
"url": "https://ralphhightower.github.io/blog/"
},
"contributors": [
],
"version": "v1.0.0",
"type": "website",
"homepage": "https://ralphhightower.github.io/blog/",
"bugs": {
"url": "https://github.com/RalphHightower/blog/issues",
"email": "[email protected]"
},
"license": "Apache-2.0",
"keywords": [
"windows",
"c-sharp",
"unix",
"beer",
"politics",
"photography",
"software-engineering",
"software-development",
"dslr",
"software-architecture",
"software-engineer",
"university-of-south-carolina",
"slr",
"anti-trump"
],
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/github": "^11.0.1",
"@semantic-release/release-notes-generator": "^14.0.2",
"markdownlint-cli2": "^0.17.0",
"markdownlint-cli2-formatter-json": "^0.0.8",
"semantic-release": "^24.2.0"
},
"dependencies": {
"npm": "^11.0.0"
},
"packageManager": "[email protected]"
}