-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
37 lines (37 loc) · 842 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
35
36
37
{
"name": "passport-apple",
"version": "2.0.2",
"description": "Passport strategy for Sign in with Apple",
"main": "src/strategy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ananay/passport-apple.git"
},
"keywords": [
"apple",
"auth",
"sign",
"in",
"with",
"passportjs",
"passport",
"node",
"nodejs",
"strategy",
"authentication",
"identity"
],
"author": "Ananay Arora <[email protected]> (https://ananayarora.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ananay/passport-apple/issues"
},
"homepage": "https://github.com/ananay/passport-apple#readme",
"dependencies": {
"jsonwebtoken": "^9.0.0",
"passport-oauth2": "^1.6.1"
}
}