-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 862 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
{
"name": "nodejs-github-auth",
"version": "1.0.0",
"description": "Node.JS + Github Auth",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manjufy/nodejs-github-auth.git"
},
"keywords": [
"nodejs",
"github+auth",
"vuejs+github"
],
"author": "Manjunath Reddy <manju16832003@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/manjufy/nodejs-github-auth/issues"
},
"homepage": "https://github.com/manjufy/nodejs-github-auth#readme",
"dependencies": {
"@octokit/rest": "^15.10.0",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-jwt": "^5.3.1",
"jwks-rsa": "^1.3.0"
}
}