Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
45 lines (45 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.25 KB
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
{
"name": "githubproxy",
"version": "0.2.0",
"description": "Proxy for secure GitHub Oauth authentication for Janos Static Site Generator",
"main": "./handler/index.js",
"dependencies": {
"@octokit/auth-oauth-user": "^1.2.3",
"@octokit/core": "^3.4.0",
"axios": "^0.26.0",
"azure-aws-serverless-express": "^0.1.5",
"dotenv": "^6.2.0",
"express": "^4.17.1",
"format-microformat": "^0.11.1",
"github-publish": "^3.0.0",
"gray-matter": "^4.0.2",
"jsonwebtoken": "^8.5.1",
"marked": "^2.0.3",
"micropub-express": "^0.9.1",
"nunjucks": "^3.2.3",
"nunjucks-date-filter": "^0.1.1",
"octokit": "^1.7.1",
"parse-multipart": "^1.0.4",
"post-type-discovery": "^1.0.4",
"qs": "^6.10.1",
"request": "^2.88.0",
"send-webmention": "^2.0.0"
},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/neumannjs/githubproxy.git"
},
"keywords": [
"oauth",
"github",
"spa"
],
"author": "Gijs van Dam <gvandam@gmail.com> (https://github.com/gijswijs)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/neumannjs/githubproxy/issues"
},
"homepage": "https://github.com/neumannjs/githubproxy#readme"
}