-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 908 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
{
"name": "passport-apple-example",
"version": "1.0.0",
"description": "Passport Strategy for Sign in with Apple example",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ananay/passport-apple-example.git"
},
"author": "Ananay Arora <[email protected]> (https://ananayarora.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ananay/passport-apple-example/issues"
},
"homepage": "https://github.com/ananay/passport-apple-example#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"passport": "^0.4.0",
"passport-apple": "ananay/passport-apple"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.13.16",
"@babel/node": "^7.13.13",
"@babel/preset-env": "^7.13.15"
}
}