-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 887 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
{
"name": "oauth2callback",
"version": "1.0.0",
"description": "> Open Auth2 Callback is a simple website, exculsively providing:\r > - the callback (aka. redirect uri) URL for API using OAuth2 Authorization Code Grant flow;\r > - as well as a easy way to get the granted code to clipboard by a simple click.",
"main": "server.js",
"dependencies": {},
"devDependencies": {
"ejs": "^3.1.8",
"express": "^4.18.2",
"serve-favicon": "^2.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denven/oauthopencallback.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/denven/oauthopencallback/issues"
},
"homepage": "https://github.com/denven/oauthopencallback#readme"
}